JAL-1686 @Override and/or TODO added to equals(Object) methods
[jalview.git] / src / jalview / util / MapList.java
index 48aebbf..2641659 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2)
- * Copyright (C) 2014 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.
  * 
@@ -79,6 +79,8 @@ public class MapList
   @Override
   public boolean equals(Object o)
   {
+    // TODO should also override hashCode to ensure equal objects have equal
+    // hashcodes
     if (o == null || !(o instanceof MapList))
     {
       return false;