JAL-3438 spotless for 2.11.2.0
[jalview.git] / src / vamsas / objects / simple / SeqSearchResult.java
index 8ef8f7c..04b6f70 100644 (file)
@@ -20,8 +20,8 @@
  */
 package vamsas.objects.simple;
 
-public class SeqSearchResult extends vamsas.objects.simple.Result implements
-        java.io.Serializable
+public class SeqSearchResult extends vamsas.objects.simple.Result
+        implements java.io.Serializable
 {
   private vamsas.objects.simple.Alignment alignment;
 
@@ -150,14 +150,18 @@ public class SeqSearchResult extends vamsas.objects.simple.Result implements
     __equalsCalc = obj;
     boolean _equals;
     _equals = super.equals(obj)
-            && ((this.alignment == null && other.getAlignment() == null) || (this.alignment != null && this.alignment
-                    .equals(other.getAlignment())))
-            && ((this.annotation == null && other.getAnnotation() == null) || (this.annotation != null && this.annotation
-                    .equals(other.getAnnotation())))
-            && ((this.features == null && other.getFeatures() == null) || (this.features != null && this.features
-                    .equals(other.getFeatures())))
-            && ((this.newickTree == null && other.getNewickTree() == null) || (this.newickTree != null && this.newickTree
-                    .equals(other.getNewickTree())));
+            && ((this.alignment == null && other.getAlignment() == null)
+                    || (this.alignment != null
+                            && this.alignment.equals(other.getAlignment())))
+            && ((this.annotation == null && other.getAnnotation() == null)
+                    || (this.annotation != null && this.annotation
+                            .equals(other.getAnnotation())))
+            && ((this.features == null && other.getFeatures() == null)
+                    || (this.features != null
+                            && this.features.equals(other.getFeatures())))
+            && ((this.newickTree == null && other.getNewickTree() == null)
+                    || (this.newickTree != null && this.newickTree
+                            .equals(other.getNewickTree())));
     __equalsCalc = null;
     return _equals;
   }