renamed base class for all vamsas document objects (now org.vamsas.client.Vobject)
[vamsas.git] / src / org / vamsas / client / simpleclient / VamsasFile.java
index ffb1485..ecacdb9 100644 (file)
@@ -54,7 +54,7 @@ public class VamsasFile extends SessionFile {
     File sfile = new File(sessionDir, "vamsas.jar");
     VamsasFile(sfile);
     // if live - try to merge storedSession with sessionDir
-    //  - will probably fail through duplicate object references needing to be dereferenced.
+    //  - will probably fail through duplicate Vobject references needing to be dereferenced.
     // TODO: think of a way of specifying vorba_id scope for an application's references to allow merging of one vamsasDocument with another.
     
   }