X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fws%2Fparams%2FParamDatastoreI.java;h=77647d4159eafb23246656ced4c25b1f082bff40;hb=8a6fa9ea9900d0f106529c3f6283e7f9d76dd2cb;hp=a263bf1b280fcd9425c3a4f6668f70f230ddfa74;hpb=153dd62dc91da13ae732600e6ea55ddbe15eab39;p=jalview.git diff --git a/src/jalview/ws/params/ParamDatastoreI.java b/src/jalview/ws/params/ParamDatastoreI.java index a263bf1..77647d4 100644 --- a/src/jalview/ws/params/ParamDatastoreI.java +++ b/src/jalview/ws/params/ParamDatastoreI.java @@ -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 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 jobParams); + List jobParams); /** * factory method - builds a service specific parameter object using the given