diff options
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" }; |