Remove fixed todos
[yaz4j-moved-to-github.git] / src / main / java / org / yaz4j / AsyncConnections.java
index 6bac81d..5eb0c49 100644 (file)
@@ -45,9 +45,7 @@ public class AsyncConnections {
         switch (last) {
           case ZOOM_EVENT_RECV_SEARCH: conn.handleSearch(); break;
           case ZOOM_EVENT_RECV_RECORD: conn.handleRecord(); break;
-            //TODO this will make handle error twice
           case ZOOM_EVENT_END: conn.handleError(); break;
-            //TODO should we simply handle error for any event?
         }
       }
     } finally {