summaryrefslogtreecommitdiff
path: root/java/src
diff options
context:
space:
mode:
Diffstat (limited to 'java/src')
-rw-r--r--java/src/Ice/Object.java11
1 files changed, 9 insertions, 2 deletions
diff --git a/java/src/Ice/Object.java b/java/src/Ice/Object.java
index 7135b123407..0b85e75db3f 100644
--- a/java/src/Ice/Object.java
+++ b/java/src/Ice/Object.java
@@ -58,8 +58,8 @@ public class Object
return result;
}
- protected void
- ice_copyStateFrom(Object obj)
+ protected final void
+ ice_cloneFacets(Object obj)
throws java.lang.CloneNotSupportedException
{
//
@@ -80,6 +80,13 @@ public class Object
}
}
+ protected void
+ ice_copyStateFrom(Object obj)
+ throws java.lang.CloneNotSupportedException
+ {
+ ice_cloneFacets(obj);
+ }
+
public int
ice_hash()
{