summaryrefslogtreecommitdiff
path: root/java/src/Ice/Object.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/src/Ice/Object.java')
-rw-r--r--java/src/Ice/Object.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/java/src/Ice/Object.java b/java/src/Ice/Object.java
index 7c1a9e21575..ba4ec721da5 100644
--- a/java/src/Ice/Object.java
+++ b/java/src/Ice/Object.java
@@ -15,6 +15,9 @@ public interface Object
java.lang.Object clone() throws java.lang.CloneNotSupportedException;
+ /**
+ * @deprecated This method is deprecated, use hashCode instead.
+ **/
int ice_hash();
boolean ice_isA(String s);