summaryrefslogtreecommitdiff
path: root/java/src/IceInternal/Reference.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/src/IceInternal/Reference.java')
-rw-r--r--java/src/IceInternal/Reference.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/src/IceInternal/Reference.java b/java/src/IceInternal/Reference.java
index 7c81088d05d..46d24798b4c 100644
--- a/java/src/IceInternal/Reference.java
+++ b/java/src/IceInternal/Reference.java
@@ -175,7 +175,7 @@ public abstract class Reference implements Cloneable
public abstract Reference changeEndpoints(EndpointI[] newEndpoints);
public abstract Reference changeLocatorCacheTimeout(int newTimeout);
- public final synchronized int
+ public synchronized int
hashCode()
{
if(_hashInitialized)
@@ -404,8 +404,8 @@ public abstract class Reference implements Cloneable
private boolean _cacheConnection;
private Ice.EndpointSelectionType _endpointSelection;
- private int _hashValue;
- private boolean _hashInitialized;
+ protected int _hashValue;
+ protected boolean _hashInitialized;
protected
Reference(Instance inst,