summaryrefslogtreecommitdiff
path: root/java/src/IceInternal/ReferenceFactory.java
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2007-06-12 12:13:29 -0230
committerDwayne Boone <dwayne@zeroc.com>2007-06-12 12:13:29 -0230
commit4cf00523c0fcccfcfb3859467bb546d96201e65e (patch)
tree23df49beb9d9b737e7193a755dfd44e862859fd0 /java/src/IceInternal/ReferenceFactory.java
parentFixed bug 2220 (diff)
downloadice-4cf00523c0fcccfcfb3859467bb546d96201e65e.tar.bz2
ice-4cf00523c0fcccfcfb3859467bb546d96201e65e.tar.xz
ice-4cf00523c0fcccfcfb3859467bb546d96201e65e.zip
Bug 1658 - minor refactoring
Diffstat (limited to 'java/src/IceInternal/ReferenceFactory.java')
-rw-r--r--java/src/IceInternal/ReferenceFactory.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/IceInternal/ReferenceFactory.java b/java/src/IceInternal/ReferenceFactory.java
index 06864aa2092..f235e382683 100644
--- a/java/src/IceInternal/ReferenceFactory.java
+++ b/java/src/IceInternal/ReferenceFactory.java
@@ -428,7 +428,7 @@ public final class ReferenceFactory
EndpointI endp = _instance.endpointFactoryManager().create(es, false);
if(endp != null)
{
- java.util.ArrayList endps = endp.expand();
+ java.util.ArrayList endps = endp.expand(true);
endpoints.addAll(endps);
}
else