todo doc
authorjprocter <jprocter@compbio.dundee.ac.uk>
Mon, 21 May 2007 07:26:23 +0000 (07:26 +0000)
committerjprocter <jprocter@compbio.dundee.ac.uk>
Mon, 21 May 2007 07:26:23 +0000 (07:26 +0000)
git-svn-id: https://svn.lifesci.dundee.ac.uk/svn/repository/trunk@398 be28352e-c001-0410-b1a7-c7978e42abec

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 {