diff options
author | Marc Laukien <marc@zeroc.com> | 2005-02-05 18:24:24 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2005-02-05 18:24:24 +0000 |
commit | 81494e5f4ae74610b1c0e78881b47f47ff96077b (patch) | |
tree | 476b021d5c84e01b0414a0c3c5c43c616f015b55 /java/src/Ice/RoutingTable.java | |
parent | connection->setAdapter and bidir demo (diff) | |
download | ice-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.java | 2 |
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) { |