JAL-715 - TODO
[jalview.git] / 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())