From: jprocter Date: Tue, 24 Jan 2006 14:49:18 +0000 (+0000) Subject: note about making default provenance entries at same time as ensuring all Vorba Ids... X-Git-Tag: Release_0.2~353 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=1cdea25225add92e1ed68cf11dbcc357db6cfa7f;p=vamsas.git note about making default provenance entries at same time as ensuring all Vorba Ids are made. git-svn-id: https://svn.lifesci.dundee.ac.uk/svn/repository/trunk@167 be28352e-c001-0410-b1a7-c7978e42abec --- diff --git a/src/org/vamsas/client/object.java b/src/org/vamsas/client/object.java index 4757589..b4fb8ef 100644 --- a/src/org/vamsas/client/object.java +++ b/src/org/vamsas/client/object.java @@ -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)