update author list in license for (JAL-826)
[jalview.git] / src / jalview / ws / params / ParamDatastoreI.java
index a263bf1..2a6cea4 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.6)
- * Copyright (C) 2010 J Procter, AM Waterhouse, G Barton, M Clamp, S Searle
+ * Jalview - A Sequence Alignment Editor and Viewer (Version 2.7)
+ * Copyright (C) 2011 J Procter, AM Waterhouse, J Engelhardt, LM Lui, G Barton, M Clamp, S Searle
  * 
  * This file is part of Jalview.
  * 
@@ -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