diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-02-14 14:56:46 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-02-14 14:56:46 +0000 |
commit | 20591078bc1c9e6b8d15f1783cbc2eef4fa435c2 (patch) | |
tree | 5332c02bbfffa309678ebe850d2626bd71034146 /java/test/Ice/binding/RemoteCommunicatorI.java | |
parent | More Ice.OA fixes (diff) | |
download | ice-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.java | 2 |
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( |