JAL-3438 spotless for 2.11.2.0
[jalview.git] / src / uk / ac / ebi / www / Data.java
index 2020fc9..5d83043 100755 (executable)
@@ -75,10 +75,11 @@ public class Data implements java.io.Serializable
     __equalsCalc = obj;
     boolean _equals;
     _equals = true
-            && ((type == null && other.getType() == null) || (type != null && type
-                    .equals(other.getType())))
-            && ((content == null && other.getContent() == null) || (content != null && content
-                    .equals(other.getContent())));
+            && ((type == null && other.getType() == null)
+                    || (type != null && type.equals(other.getType())))
+            && ((content == null && other.getContent() == null)
+                    || (content != null
+                            && content.equals(other.getContent())));
     __equalsCalc = null;
     return _equals;
   }