JAL-424 TODO: new method signature for local source creation
authorjprocter <jprocter@compbio.dundee.ac.uk>
Fri, 11 May 2012 13:14:14 +0000 (14:14 +0100)
committerjprocter <jprocter@compbio.dundee.ac.uk>
Fri, 11 May 2012 13:14:14 +0000 (14:14 +0100)
src/jalview/ws/dbsources/das/api/DasSourceRegistryI.java

index b745519..35e29b2 100644 (file)
@@ -22,6 +22,7 @@ public interface DasSourceRegistryI
 
   jalviewSourceI getSource(String nickname);
 
+  //TODO: re JAL-424 - introduce form where local source is queried for metadata, rather than have it all provided by caller.
   jalviewSourceI createLocalSource(String uri, String name, boolean sequence,
           boolean features);
   boolean removeLocalSource(jalviewSourceI source);