summaryrefslogtreecommitdiff
path: root/java/src/Ice/ProxyIdentityKey.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/src/Ice/ProxyIdentityKey.java')
-rw-r--r--java/src/Ice/ProxyIdentityKey.java24
1 files changed, 12 insertions, 12 deletions
diff --git a/java/src/Ice/ProxyIdentityKey.java b/java/src/Ice/ProxyIdentityKey.java
index e53f9ef2cc9..dd947a3b320 100644
--- a/java/src/Ice/ProxyIdentityKey.java
+++ b/java/src/Ice/ProxyIdentityKey.java
@@ -37,18 +37,18 @@ public class ProxyIdentityKey
public boolean
equals(java.lang.Object obj)
{
- if(this == obj)
- {
- return true;
- }
-
- if(obj instanceof ProxyIdentityKey)
- {
- ProxyIdentityKey other = (ProxyIdentityKey)obj;
- return (_hashCode == other._hashCode) && _identity.equals(other._identity);
- }
-
- return false;
+ if(this == obj)
+ {
+ return true;
+ }
+
+ if(obj instanceof ProxyIdentityKey)
+ {
+ ProxyIdentityKey other = (ProxyIdentityKey)obj;
+ return (_hashCode == other._hashCode) && _identity.equals(other._identity);
+ }
+
+ return false;
}
public Ice.ObjectPrx