diff options
author | Jose <jose@zeroc.com> | 2013-09-06 20:34:24 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2013-09-06 20:34:24 +0200 |
commit | 04c50d9f30c93721f5ffcaf90847e60d86a4be0a (patch) | |
tree | 636b90c3e2cafa2e0754e93de8f47794623af065 /java/src | |
parent | Fix parseProtocols to support Tls1.1, Tls1.2 with .NET 4.5 (diff) | |
download | ice-04c50d9f30c93721f5ffcaf90847e60d86a4be0a.tar.bz2 ice-04c50d9f30c93721f5ffcaf90847e60d86a4be0a.tar.xz ice-04c50d9f30c93721f5ffcaf90847e60d86a4be0a.zip |
Fixed ICE-5416 - for C++/C#
Diffstat (limited to 'java/src')
-rw-r--r-- | java/src/IceInternal/IncomingConnectionFactory.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/IceInternal/IncomingConnectionFactory.java b/java/src/IceInternal/IncomingConnectionFactory.java index 992ca966337..5e75f1cbf46 100644 --- a/java/src/IceInternal/IncomingConnectionFactory.java +++ b/java/src/IceInternal/IncomingConnectionFactory.java @@ -331,7 +331,7 @@ public final class IncomingConnectionFactory extends EventHandler implements Ice return; } // - // Do not warn about connection exceptions here + // Do not warn about connection exceptions here. The connection is not yet validated. // } |