JAL-3070 UIinfo provides JobParameterStoreI
[jalview.git] / src / jalview / ws / api / UIinfo.java
index cf44266..2cffa84 100644 (file)
@@ -1,5 +1,7 @@
 package jalview.ws.api;
 
+import jalview.ws.params.ParamDatastoreI;
+
 /**
  * Service UI Info { Action, Specific Name of Service, Brief Description }
  */
@@ -120,4 +122,10 @@ public class UIinfo
   {
     return hostURL;
   }
+
+  public ParamDatastoreI getParamStore()
+  {
+    // TODO Auto-generated method stub
+    return null;
+  }
 }
\ No newline at end of file