diff options
author | Mark Spruiell <mes@zeroc.com> | 2006-04-26 03:52:23 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2006-04-26 03:52:23 +0000 |
commit | dadce9a545d979393ce45b226833e2df70eb6fc6 (patch) | |
tree | 3df4fea8df5043f5f81e22e5afa3248a2edef2e4 /java/src/IceSSL/Instance.java | |
parent | removing Context (diff) | |
download | ice-dadce9a545d979393ce45b226833e2df70eb6fc6.tar.bz2 ice-dadce9a545d979393ce45b226833e2df70eb6fc6.tar.xz ice-dadce9a545d979393ce45b226833e2df70eb6fc6.zip |
comment fix
Diffstat (limited to 'java/src/IceSSL/Instance.java')
-rw-r--r-- | java/src/IceSSL/Instance.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/java/src/IceSSL/Instance.java b/java/src/IceSSL/Instance.java index e14619334d7..59ae5ed7afa 100644 --- a/java/src/IceSSL/Instance.java +++ b/java/src/IceSSL/Instance.java @@ -18,7 +18,9 @@ class Instance _securityTraceCategory = "Security"; // - // Register the endpoint factory. + // Register the endpoint factory. We have to do this now, rather than + // in initialize, because the communicator may need to interpret + // proxies before the plugin is fully initialized. // _facade.addEndpointFactory(new EndpointFactoryI(this)); } |