summaryrefslogtreecommitdiff
path: root/java/src/IceInternal/ReferenceFactory.java
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2007-06-18 09:46:16 -0230
committerDwayne Boone <dwayne@zeroc.com>2007-06-18 09:46:16 -0230
commit182f6822ffa4656df21bb423104478e607004067 (patch)
treee8682db31506d0a38e74d9cca5b6008b042f1cfd /java/src/IceInternal/ReferenceFactory.java
parentAdded back bin/.gitcommit and lib/.gitcommit (diff)
downloadice-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.java4
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"
};