JAL-3746 apply copyright to tests
[jalview.git] / src / vamsas / objects / simple / Sequence.java
index abf5af4..0615c39 100755 (executable)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9.0b1)
- * 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.
  * 
@@ -101,10 +101,11 @@ public class Sequence implements java.io.Serializable
     __equalsCalc = obj;
     boolean _equals;
     _equals = true
-            && ((this.id == null && other.getId() == null) || (this.id != null && this.id
-                    .equals(other.getId())))
-            && ((this.seq == null && other.getSeq() == null) || (this.seq != null && this.seq
-                    .equals(other.getSeq())));
+            && ((this.id == null && other.getId() == null)
+                    || (this.id != null && this.id.equals(other.getId())))
+            && ((this.seq == null && other.getSeq() == null)
+                    || (this.seq != null
+                            && this.seq.equals(other.getSeq())));
     __equalsCalc = null;
     return _equals;
   }