diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-06-18 09:46:16 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-06-18 09:46:16 -0230 |
commit | 182f6822ffa4656df21bb423104478e607004067 (patch) | |
tree | e8682db31506d0a38e74d9cca5b6008b042f1cfd /java/src/IceInternal/ReferenceFactory.java | |
parent | Added back bin/.gitcommit and lib/.gitcommit (diff) | |
download | ice-182f6822ffa4656df21bb423104478e607004067.tar.bz2 ice-182f6822ffa4656df21bb423104478e607004067.tar.xz ice-182f6822ffa4656df21bb423104478e607004067.zip |
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2120 - deprecated *.CollocationOptimization,
replaced with *.CollocationOptimized
Diffstat (limited to 'java/src/IceInternal/ReferenceFactory.java')
-rw-r--r-- | java/src/IceInternal/ReferenceFactory.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/IceInternal/ReferenceFactory.java b/java/src/IceInternal/ReferenceFactory.java index d767996d872..784c45c4aa3 100644 --- a/java/src/IceInternal/ReferenceFactory.java +++ b/java/src/IceInternal/ReferenceFactory.java @@ -612,7 +612,7 @@ public final class ReferenceFactory } } - property = propertyPrefix + ".CollocationOptimization"; + property = propertyPrefix + ".CollocationOptimized"; if(properties.getProperty(property).length() != 0) { ref = ref.changeCollocationOptimization(properties.getPropertyAsInt(property) > 0); @@ -788,7 +788,7 @@ public final class ReferenceFactory "LocatorCacheTimeout", "Locator", "Router", - "CollocationOptimization", + "CollocationOptimized", "ThreadPerConnection" }; |