From 4ddf2ec3d4076210240cd8a429f6e74ad0c370b7 Mon Sep 17 00:00:00 2001 From: jprocter Date: Fri, 14 Sep 2007 13:46:19 +0000 Subject: [PATCH] todo on importDocument (whether to exclude from interface for initial api release) git-svn-id: https://svn.lifesci.dundee.ac.uk/svn/repository/trunk@463 be28352e-c001-0410-b1a7-c7978e42abec --- src/uk/ac/vamsas/client/IClient.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/uk/ac/vamsas/client/IClient.java b/src/uk/ac/vamsas/client/IClient.java index 877dcfe..cf61bb2 100644 --- a/src/uk/ac/vamsas/client/IClient.java +++ b/src/uk/ac/vamsas/client/IClient.java @@ -98,7 +98,8 @@ public interface IClient { /** * Any application may call importDocument to merge a stored * vamsasDocument into the current session. - * Note: use a IClientFactory's implementation to make sessions out of vamsas documnts + * Note: use a IClientFactory's implementation to make sessions out of vamsas documents + * TODO: this is not currently implemented by SimpleClient - and may be dropped from the first version of the interface. * LATER: VAMSAS: The IClient implementation will handle all ID 'relocations' * @param location */ -- 1.7.10.2