HashSet
[IRC.git] / Robust / src / ClassLibrary / Integer.java
index 650474b805475f0577bef9d5c53405fc1a0e81e8..4ce665f94193147b144248dd0cdf76994760cb6e 100644 (file)
@@ -47,8 +47,4 @@ public class Integer {
     public String toString() {
        return String.valueOf(value);
     }
-
-    public int hashCode() {
-       return value;
-    }
 }