JAL-1894 source formatting
[jalview.git] / src / jalview / io / FeaturesFile.java
index d0960e7..aa5583c 100755 (executable)
@@ -123,8 +123,7 @@ public class FeaturesFile extends AlignFile
    *          - process html strings into plain text
    * @return true if features were added
    */
-  public boolean parse(AlignmentI align, Map colours,
-          boolean removeHTML)
+  public boolean parse(AlignmentI align, Map colours, boolean removeHTML)
   {
     return parse(align, colours, null, removeHTML, false);
   }