diff options
Diffstat (limited to 'java/src/IceInternal/Instance.java')
-rw-r--r-- | java/src/IceInternal/Instance.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/IceInternal/Instance.java b/java/src/IceInternal/Instance.java index 7ca90d82144..4f1334be0b8 100644 --- a/java/src/IceInternal/Instance.java +++ b/java/src/IceInternal/Instance.java @@ -684,7 +684,7 @@ public final class Instance EndpointFactory udpEndpointFactory = new UdpEndpointFactory(this); _endpointFactoryManager.add(udpEndpointFactory); - _pluginManager = new Ice.PluginManagerI(communicator); + _pluginManager = new Ice.PluginManagerI(communicator, this); _outgoingConnectionFactory = new OutgoingConnectionFactory(communicator, this); |