apply jalview code style
[jalview.git] / src / jalview / ws / params / ParamDatastoreI.java
index a263bf1..77647d4 100644 (file)
@@ -34,8 +34,8 @@ public interface ParamDatastoreI
   public void deletePreset(String name);
 
   /**
-   * writes or overwrites the record for a modifiable WsParamSetI entry with a given name in the
-   * datastore.
+   * writes or overwrites the record for a modifiable WsParamSetI entry with a
+   * given name in the datastore.
    * 
    * @param presetName
    * @param text
@@ -47,14 +47,16 @@ public interface ParamDatastoreI
           List<ArgumentI> jobParams);
 
   /**
-   * update an existing instance with a new name, descriptive text and parameters.
+   * update an existing instance with a new name, descriptive text and
+   * parameters.
+   * 
    * @param oldName
    * @param presetName
    * @param text
    * @param jobParams
    */
   public void updatePreset(String oldName, String presetName, String text,
-           List<ArgumentI> jobParams);
+          List<ArgumentI> jobParams);
 
   /**
    * factory method - builds a service specific parameter object using the given