From 1cdea25225add92e1ed68cf11dbcc357db6cfa7f Mon Sep 17 00:00:00 2001 From: jprocter Date: Tue, 24 Jan 2006 14:49:18 +0000 Subject: [PATCH] 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 --- src/org/vamsas/client/object.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 1.7.10.2