JAL-3438 spotless for 2.11.2.0
[jalview.git] / src / vamsas / objects / simple / Msfalignment.java
index 90370f0..e4b760b 100755 (executable)
@@ -100,11 +100,11 @@ public class Msfalignment implements java.io.Serializable
     }
     __equalsCalc = obj;
     boolean _equals;
-    _equals = true
-            && ((this.msf == null && other.getMsf() == null) || (this.msf != null && this.msf
-                    .equals(other.getMsf())))
-            && ((this.notes == null && other.getNotes() == null) || (this.notes != null && this.notes
-                    .equals(other.getNotes())));
+    _equals = true && ((this.msf == null && other.getMsf() == null)
+            || (this.msf != null && this.msf.equals(other.getMsf())))
+            && ((this.notes == null && other.getNotes() == null)
+                    || (this.notes != null
+                            && this.notes.equals(other.getNotes())));
     __equalsCalc = null;
     return _equals;
   }