added TODO for testing getAppData method before migration to simpleClient.
authorjprocter <jprocter@compbio.dundee.ac.uk>
Fri, 12 Jan 2007 15:42:39 +0000 (15:42 +0000)
committerjprocter <jprocter@compbio.dundee.ac.uk>
Fri, 12 Jan 2007 15:42:39 +0000 (15:42 +0000)
git-svn-id: https://svn.lifesci.dundee.ac.uk/svn/repository/trunk@338 be28352e-c001-0410-b1a7-c7978e42abec

src/uk/ac/vamsas/test/simpleclient/ArchiveClient.java

index f484a7f..747e051 100644 (file)
@@ -123,6 +123,7 @@ public class ArchiveClient extends IdFactory {
 
   // from ClientDocument.getClientAppdata
   private AppData[] getAppData(VamsasDocument doc) {
+    // TODO: codefest - not yet tested or merged in to SimpleClient 
     if (doc==null) {
       log.debug("extractAppData called for null document object");
       return null;