diff options
author | Benoit Foucher <benoit@zeroc.com> | 2013-01-15 10:33:18 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2013-01-15 10:33:18 +0100 |
commit | 9ee1bf93d1837e48ccb8b93d5b219bf48a1ba909 (patch) | |
tree | 387bf0e45be6e75e2af2fcf36eb7588000578e2c /java/src/IceInternal/LocatorInfo.java | |
parent | Fixed add-in unexpected exception (diff) | |
download | ice-9ee1bf93d1837e48ccb8b93d5b219bf48a1ba909.tar.bz2 ice-9ee1bf93d1837e48ccb8b93d5b219bf48a1ba909.tar.xz ice-9ee1bf93d1837e48ccb8b93d5b219bf48a1ba909.zip |
Fixed ICE-5126 - Improved client side encoding checks
Diffstat (limited to 'java/src/IceInternal/LocatorInfo.java')
-rw-r--r-- | java/src/IceInternal/LocatorInfo.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/src/IceInternal/LocatorInfo.java b/java/src/IceInternal/LocatorInfo.java index 5355d3759ac..29b0ccb3b03 100644 --- a/java/src/IceInternal/LocatorInfo.java +++ b/java/src/IceInternal/LocatorInfo.java @@ -29,9 +29,9 @@ public final class LocatorInfo if(_ref.isWellKnown() && !Protocol.isSupported(_ref.getEncoding(), r.getEncoding())) { // - // If a well-known proxy and the returned proxy encoding isn't - // supported, we're done: there are no compatible endpoints - // we can use. + // If a well-known proxy and the returned proxy + // encoding isn't supported, we're done: there's + // no compatible endpoint we can use. // } else if(!r.isIndirect()) |