javadoc
authorjprocter <jprocter@compbio.dundee.ac.uk>
Tue, 20 Mar 2007 14:16:49 +0000 (14:16 +0000)
committerjprocter <jprocter@compbio.dundee.ac.uk>
Tue, 20 Mar 2007 14:16:49 +0000 (14:16 +0000)
git-svn-id: https://svn.lifesci.dundee.ac.uk/svn/repository/trunk@368 be28352e-c001-0410-b1a7-c7978e42abec

src/uk/ac/vamsas/client/simpleclient/ClientDocument.java

index 316e112..db3d51a 100644 (file)
@@ -425,6 +425,11 @@ public class ClientDocument extends uk.ac.vamsas.client.ClientDocument implement
     }
     return null;
   }
+  /**
+   * called by vamsas api to write updated document to session
+   * @return true if update was successful
+   * @throws java.io.IOException
+   */
   protected boolean updateSessionDocument() throws java.io.IOException {
     boolean docupdate = true; // 'non-serious' problems below set this false
     if (doc==null) {