rearranged some todos and preparing to implement SimpleClient and ClientDocument...
[vamsas.git] / src / org / vamsas / client / simpleclient / SimpleClient.java
index b15a3f5..efaf2ea 100644 (file)
@@ -206,7 +206,7 @@ public class SimpleClient implements IClient {
     }
     VamsasArchive va = null;
     try {
-      // TODO: bail out if it takes too long to get the lock ?
+      // LATER: bail out if it takes too long to get the lock ?
       va = _session.getVamsasDocument();
     }
     catch (IOException e) {