new Canonical hash and equals, also running with assertions disabled, barely improved
[IRC.git] / Robust / src / Analysis / Disjoint / ChangeTuple.java
index 99bf8326633387cddc8a428789bf32ed41ee41ae..ce0383c9ee3cee2b0356058660aa78c110808a27 100644 (file)
@@ -65,7 +65,7 @@ public class ChangeTuple extends Canonical
   }
   
 
-  public boolean equals( Object o ) {
+  public boolean equalsSpecific( Object o ) {
     if( o == null ) {
       return false;
     }