JAL-3954 create primitive gui handler for search service
[jalview.git] / src / jalview / ws2 / actions / BaseJob.java
index 945c7b0..6a4a600 100644 (file)
@@ -25,6 +25,7 @@ import jalview.ws2.api.WebServiceJobHandle;
  * 
  * @author mmwarowny
  */
+// TODO: make class non-abstract by removing isInputValid()
 public abstract class BaseJob implements JobI
 {
   protected final long internalId = MathUtils.getUID();
@@ -70,6 +71,7 @@ public abstract class BaseJob implements JobI
    * 
    * @return {@code true} if the input is valid.
    */
+  // FIXME: method not necessary, may incorporate into task#prepare()
   public abstract boolean isInputValid();
 
   /**