JAL-2418 source formatting
[jalview.git] / src / jalview / datamodel / SequenceFeature.java
index 15f54b9..71732aa 100755 (executable)
@@ -132,8 +132,8 @@ public class SequenceFeature
    * @param end
    * @param featureGroup
    */
-  public SequenceFeature(String type, String desc, String status,
-          int begin, int end, String featureGroup)
+  public SequenceFeature(String type, String desc, String status, int begin,
+          int end, String featureGroup)
   {
     this(type, desc, begin, end, featureGroup);
     setStatus(status);
@@ -220,8 +220,8 @@ public class SequenceFeature
       return false;
     }
 
-    if (!(type + description + featureGroup + getPhase()).equals(sf.type
-            + sf.description + sf.featureGroup + sf.getPhase()))
+    if (!(type + description + featureGroup + getPhase()).equals(
+            sf.type + sf.description + sf.featureGroup + sf.getPhase()))
     {
       return false;
     }