summaryrefslogtreecommitdiff
path: root/java/src
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2007-06-21 09:48:25 -0700
committerMark Spruiell <mes@zeroc.com>2007-06-21 09:48:25 -0700
commitcb0aafa8a05e489eed923af9a897a8c54ce95a5f (patch)
treef6a33e3f5c616555ce74317d3f5fab115722c5dd /java/src
parenthttp://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1993 - Rename Ice.Trace.Lo... (diff)
downloadice-cb0aafa8a05e489eed923af9a897a8c54ce95a5f.tar.bz2
ice-cb0aafa8a05e489eed923af9a897a8c54ce95a5f.tar.xz
ice-cb0aafa8a05e489eed923af9a897a8c54ce95a5f.zip
bug 2157 - removing clone/ice_hash
Diffstat (limited to 'java/src')
-rw-r--r--java/src/Ice/ConnectionI.java13
-rw-r--r--java/src/IceInternal/EndpointI.java13
2 files changed, 0 insertions, 26 deletions
diff --git a/java/src/Ice/ConnectionI.java b/java/src/Ice/ConnectionI.java
index e18a83a49e4..fd43037a4b6 100644
--- a/java/src/Ice/ConnectionI.java
+++ b/java/src/Ice/ConnectionI.java
@@ -11,19 +11,6 @@ package Ice;
public final class ConnectionI extends IceInternal.EventHandler implements Connection
{
- public java.lang.Object
- clone()
- throws java.lang.CloneNotSupportedException
- {
- return super.clone();
- }
-
- public int
- ice_hash()
- {
- return hashCode();
- }
-
public void
validate()
{
diff --git a/java/src/IceInternal/EndpointI.java b/java/src/IceInternal/EndpointI.java
index 1f398864448..c0a29e2187e 100644
--- a/java/src/IceInternal/EndpointI.java
+++ b/java/src/IceInternal/EndpointI.java
@@ -11,19 +11,6 @@ package IceInternal;
abstract public class EndpointI implements Ice.Endpoint, java.lang.Comparable
{
- public java.lang.Object
- clone()
- throws java.lang.CloneNotSupportedException
- {
- return super.clone();
- }
-
- public int
- ice_hash()
- {
- return hashCode();
- }
-
public String
toString()
{