JAL-715 - TODO
authorJim Procter <jprocter@compbio.dundee.ac.uk>
Sun, 9 Jun 2013 14:29:14 +0000 (15:29 +0100)
committerJim Procter <jprocter@compbio.dundee.ac.uk>
Sun, 9 Jun 2013 14:29:14 +0000 (15:29 +0100)
src/jalview/ws/rest/RestJob.java

index 72dbb64..2392e76 100644 (file)
@@ -93,6 +93,7 @@ public class RestJob extends AWsJob
     // for formatters
     ArrayList<InputType> alinp = new ArrayList<InputType>();
     int paramsWithData = 0;
+    // TODO: JAL-715 - generalise the following validation logic for all parameter types
     // we cheat for moment - since we know a-priori what data is available and
     // what inputs we have implemented so far
     for (Map.Entry<String, InputType> prm : rsd.inputParams.entrySet())