todo doc
[vamsas.git] / src / uk / ac / vamsas / client / simpleclient / SimpleClient.java
index 5f0836e..455a0f2 100644 (file)
@@ -441,6 +441,8 @@ public class SimpleClient implements IClient {
    */
   public void importDocument(File location) {
     // TODO LATER: implement SimpleClient.importDocument()
+    // if (numberOfClients<1 or document file is empty/new, then can import directly.)
+    // more complex if data is already present in document. Could have a 'clearSession' method, too, or dump and overwrite instead.
     log.error("importDocument is not yet implemented for a SimpleClient Session.");
     
    /* try {