Updating size computation class.`
[repair.git] / Repair / RepairCompiler / MCC / IR / SizeObject.java
index 0bd7b8d513fff918e4b99ab41c75c34932891945..b19df729a6fd5865c915e2c128f7127e87b3780e 100755 (executable)
@@ -24,6 +24,7 @@ class SizeObject {
            hashcode^=set.hashCode();
        return hashcode;
     }
+
     public boolean equals(java.lang.Object o) {
        if (!(o instanceof SizeObject))
            return false;