Merge branch 'features/JAL-4071_visibleFeaturesCounter' into features/JAL-3417_sdppre...
[jalview.git] / src / vamsas / objects / simple / Secstructpred.java
index 95fc7bf..170de07 100755 (executable)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9.0b2)
- * Copyright (C) 2015 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.
  * 
@@ -76,8 +76,9 @@ public class Secstructpred implements java.io.Serializable
     }
     __equalsCalc = obj;
     boolean _equals;
-    _equals = true && ((this.output == null && other.getOutput() == null) || (this.output != null && this.output
-            .equals(other.getOutput())));
+    _equals = true && ((this.output == null && other.getOutput() == null)
+            || (this.output != null
+                    && this.output.equals(other.getOutput())));
     __equalsCalc = null;
     return _equals;
   }