summaryrefslogtreecommitdiff
path: root/java/test/Ice/binding/RemoteCommunicatorI.java
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2007-02-14 14:56:46 +0000
committerDwayne Boone <dwayne@zeroc.com>2007-02-14 14:56:46 +0000
commit20591078bc1c9e6b8d15f1783cbc2eef4fa435c2 (patch)
tree5332c02bbfffa309678ebe850d2626bd71034146 /java/test/Ice/binding/RemoteCommunicatorI.java
parentMore Ice.OA fixes (diff)
downloadice-20591078bc1c9e6b8d15f1783cbc2eef4fa435c2.tar.bz2
ice-20591078bc1c9e6b8d15f1783cbc2eef4fa435c2.tar.xz
ice-20591078bc1c9e6b8d15f1783cbc2eef4fa435c2.zip
Remove Ice.OA.
Diffstat (limited to 'java/test/Ice/binding/RemoteCommunicatorI.java')
-rw-r--r--java/test/Ice/binding/RemoteCommunicatorI.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/Ice/binding/RemoteCommunicatorI.java b/java/test/Ice/binding/RemoteCommunicatorI.java
index a2143ff920f..dcde9347a96 100644
--- a/java/test/Ice/binding/RemoteCommunicatorI.java
+++ b/java/test/Ice/binding/RemoteCommunicatorI.java
@@ -17,7 +17,7 @@ public class RemoteCommunicatorI extends _RemoteCommunicatorDisp
Ice.Communicator com = current.adapter.getCommunicator();
if(com.getProperties().getPropertyAsIntWithDefault("Ice.ThreadPerConnection", 0) == 0)
{
- com.getProperties().setProperty("Ice.OA." + name + ".ThreadPool.Size", "1");
+ com.getProperties().setProperty(name + ".ThreadPool.Size", "1");
}
Ice.ObjectAdapter adapter = com.createObjectAdapterWithEndpoints(name, endpoints);
return RemoteObjectAdapterPrxHelper.uncheckedCast(