note about making default provenance entries at same time as ensuring all Vorba Ids...
authorjprocter <jprocter@compbio.dundee.ac.uk>
Tue, 24 Jan 2006 14:49:18 +0000 (14:49 +0000)
committerjprocter <jprocter@compbio.dundee.ac.uk>
Tue, 24 Jan 2006 14:49:18 +0000 (14:49 +0000)
git-svn-id: https://svn.lifesci.dundee.ac.uk/svn/repository/trunk@167 be28352e-c001-0410-b1a7-c7978e42abec

src/org/vamsas/client/object.java

index 4757589..b4fb8ef 100644 (file)
@@ -235,7 +235,8 @@ public abstract class object {
    * Implementation note for the todo:
    * this works like a depth-first search over all vamsas objects in an vamsasDocument. 
    * The doHash() function is used as the 'visited' flag - 
-   * this *is not* a valid heuristic, although it will work "most of the time". 
+   * this *is not* a valid heuristic, although it will work "most of the time".
+   * TODO: LATER? Add another method for setDefaultProvenanceField (in the spirit of setInstanceIdField) using the info from the __vorba.getClient/User/Session methods 
    */
   protected void __ensure_instance_ids() {
     if (__vorba==null)