JAL-3438 spotless for 2.11.2.0
[jalview.git] / src / vamsas / objects / simple / Alignment.java
index 9d47b6a..82df8bd 100755 (executable)
@@ -20,8 +20,8 @@
  */
 package vamsas.objects.simple;
 
-public class Alignment extends vamsas.objects.simple.Object implements
-        java.io.Serializable
+public class Alignment extends vamsas.objects.simple.Object
+        implements java.io.Serializable
 {
   private java.lang.String gapchar;
 
@@ -126,12 +126,15 @@ public class Alignment extends vamsas.objects.simple.Object implements
     __equalsCalc = obj;
     boolean _equals;
     _equals = super.equals(obj)
-            && ((this.gapchar == null && other.getGapchar() == null) || (this.gapchar != null && this.gapchar
-                    .equals(other.getGapchar())))
-            && ((this.method == null && other.getMethod() == null) || (this.method != null && java.util.Arrays
-                    .equals(this.method, other.getMethod())))
-            && ((this.seqs == null && other.getSeqs() == null) || (this.seqs != null && this.seqs
-                    .equals(other.getSeqs())));
+            && ((this.gapchar == null && other.getGapchar() == null)
+                    || (this.gapchar != null
+                            && this.gapchar.equals(other.getGapchar())))
+            && ((this.method == null && other.getMethod() == null)
+                    || (this.method != null && java.util.Arrays
+                            .equals(this.method, other.getMethod())))
+            && ((this.seqs == null && other.getSeqs() == null)
+                    || (this.seqs != null
+                            && this.seqs.equals(other.getSeqs())));
     __equalsCalc = null;
     return _equals;
   }
@@ -153,7 +156,8 @@ public class Alignment extends vamsas.objects.simple.Object implements
     }
     if (getMethod() != null)
     {
-      for (int i = 0; i < java.lang.reflect.Array.getLength(getMethod()); i++)
+      for (int i = 0; i < java.lang.reflect.Array
+              .getLength(getMethod()); i++)
       {
         java.lang.Object obj = java.lang.reflect.Array.get(getMethod(), i);
         if (obj != null && !obj.getClass().isArray())