added todo for making library automatically construct the user handle
authorjprocter <jprocter@compbio.dundee.ac.uk>
Tue, 12 Dec 2006 23:43:21 +0000 (23:43 +0000)
committerjprocter <jprocter@compbio.dundee.ac.uk>
Tue, 12 Dec 2006 23:43:21 +0000 (23:43 +0000)
git-svn-id: https://svn.lifesci.dundee.ac.uk/svn/repository/trunk@248 be28352e-c001-0410-b1a7-c7978e42abec

src/org/vamsas/test/ExampleApplication.java

index 37e1498..071d20d 100644 (file)
@@ -21,7 +21,7 @@ import java.util.Vector;
 
 public class ExampleApplication {
   private static ClientHandle app;
-  private static UserHandle user;
+  private static UserHandle user; // TODO: make this something defined by the api
   private static IClientFactory clientfactory;
   private static IClient vorbaclient;
   private static byte[] mydata;