javadoc
[vamsas.git] / 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) {