JAL-3438 spotless for 2.11.2.0
[jalview.git] / src / uk / ac / ebi / www / Data.java
index 104c0a6..5d83043 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.
  * 
@@ -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;
   }