Remove fixed todos
authorJakub Skoczen <jakub@indexdata.dk>
Tue, 10 Nov 2015 09:54:05 +0000 (10:54 +0100)
committerJakub Skoczen <jakub@indexdata.dk>
Tue, 10 Nov 2015 09:54:05 +0000 (10:54 +0100)
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 {