X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fjalview%2Futil%2FMapList.java;h=26416599e95984a587291851a08c814200afe1d6;hb=c72eca0b2e35667bbabf907253d1976a60498061;hp=48aebbf4588b627e29d49aa388f688d8497a068c;hpb=4924c107e70d763821067bcb3e1586bc14589918;p=jalview.git diff --git a/src/jalview/util/MapList.java b/src/jalview/util/MapList.java index 48aebbf..2641659 100644 --- a/src/jalview/util/MapList.java +++ b/src/jalview/util/MapList.java @@ -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;