JAL-2418 source formatting
[jalview.git] / src / jalview / ws / params / ParamManager.java
index 60bee66..515f8f4 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2)
- * Copyright (C) 2014 The Jalview Authors
+ * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
+ * Copyright (C) $$Year-Rel$$ The Jalview Authors
  * 
  * This file is part of Jalview.
  * 
@@ -67,6 +67,7 @@ public interface ParamManager
    * @param hosturl
    * @param jabaParamStore
    */
-  public void registerParser(String hosturl, ParamDatastoreI paramdataStore);
+  public void registerParser(String hosturl,
+          ParamDatastoreI paramdataStore);
 
 }