summaryrefslogtreecommitdiff
path: root/java/src/Ice/RoutingTable.java
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2005-02-05 18:24:24 +0000
committerMarc Laukien <marc@zeroc.com>2005-02-05 18:24:24 +0000
commit81494e5f4ae74610b1c0e78881b47f47ff96077b (patch)
tree476b021d5c84e01b0414a0c3c5c43c616f015b55 /java/src/Ice/RoutingTable.java
parentconnection->setAdapter and bidir demo (diff)
downloadice-81494e5f4ae74610b1c0e78881b47f47ff96077b.tar.bz2
ice-81494e5f4ae74610b1c0e78881b47f47ff96077b.tar.xz
ice-81494e5f4ae74610b1c0e78881b47f47ff96077b.zip
fixes
Diffstat (limited to 'java/src/Ice/RoutingTable.java')
-rw-r--r--java/src/Ice/RoutingTable.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/Ice/RoutingTable.java b/java/src/Ice/RoutingTable.java
index 59a6eaf975e..2a1939c516d 100644
--- a/java/src/Ice/RoutingTable.java
+++ b/java/src/Ice/RoutingTable.java
@@ -36,7 +36,7 @@ public final class RoutingTable
return false;
}
- ObjectPrx proxy = prx.ice_default(); // We insert the proxy in it's default form into the routing table.
+ ObjectPrx proxy = prx.ice_default(); // We insert the proxy in its default form into the routing table.
synchronized(this)
{