summaryrefslogtreecommitdiff
path: root/java/src/Ice/ConnectionI.java
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2006-01-31 02:42:14 +0000
committerMichi Henning <michi@zeroc.com>2006-01-31 02:42:14 +0000
commit1dfd522adea3e6c348b522b9d6e1706c057232ab (patch)
tree378e6e8268ed22e402a361c90ae1726ff84b7683 /java/src/Ice/ConnectionI.java
parentFixed trivial compile-time error. (diff)
downloadice-1dfd522adea3e6c348b522b9d6e1706c057232ab.tar.bz2
ice-1dfd522adea3e6c348b522b9d6e1706c057232ab.tar.xz
ice-1dfd522adea3e6c348b522b9d6e1706c057232ab.zip
Bug 839.
Diffstat (limited to 'java/src/Ice/ConnectionI.java')
-rw-r--r--java/src/Ice/ConnectionI.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/Ice/ConnectionI.java b/java/src/Ice/ConnectionI.java
index 33c2c6ce256..d478eba4750 100644
--- a/java/src/Ice/ConnectionI.java
+++ b/java/src/Ice/ConnectionI.java
@@ -1039,7 +1039,7 @@ public final class ConnectionI extends IceInternal.EventHandler implements Conne
//
ConnectionI[] connections = new ConnectionI[1];
connections[0] = this;
- IceInternal.Reference ref = _instance.referenceFactory().create(ident, new java.util.HashMap(), "",
+ IceInternal.Reference ref = _instance.referenceFactory().create(ident, _instance.getDefaultContext(), "",
IceInternal.Reference.ModeTwoway, connections);
return _instance.proxyFactory().referenceToProxy(ref);
}