diff options
Diffstat (limited to 'java/src/IceInternal/OutgoingConnectionFactory.java')
-rw-r--r-- | java/src/IceInternal/OutgoingConnectionFactory.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/IceInternal/OutgoingConnectionFactory.java b/java/src/IceInternal/OutgoingConnectionFactory.java index 8ed9c8fb6a4..3e0a5b49457 100644 --- a/java/src/IceInternal/OutgoingConnectionFactory.java +++ b/java/src/IceInternal/OutgoingConnectionFactory.java @@ -367,7 +367,7 @@ public class OutgoingConnectionFactory Ice.ObjectPrx proxy = routerInfo.getClientProxy(); Ice.ObjectAdapter adapter = routerInfo.getAdapter(); DefaultsAndOverrides defaultsAndOverrides = _instance.defaultsAndOverrides(); - Endpoint[] endpoints = ((Ice.ObjectPrxHelper)proxy).__reference().endpoints; + Endpoint[] endpoints = ((Ice.ObjectPrxHelperBase)proxy).__reference().endpoints; for(int i = 0; i < endpoints.length; i++) { Endpoint endpoint = endpoints[i]; |