diff options
author | Matthew Newhook <matthew@zeroc.com> | 2014-09-29 09:55:29 -0230 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2014-09-29 09:55:29 -0230 |
commit | 7af331ec1cad3e49b20c151ced92c86b8d2feb13 (patch) | |
tree | e1c8e4266cfdd4a9fdc330d74690737418aa0dbb /java/test/Ice/operations/Collocated.java | |
parent | Improved fix for ICE-5693 and update of request handler (diff) | |
download | ice-7af331ec1cad3e49b20c151ced92c86b8d2feb13.tar.bz2 ice-7af331ec1cad3e49b20c151ced92c86b8d2feb13.tar.xz ice-7af331ec1cad3e49b20c151ced92c86b8d2feb13.zip |
Renamed Ice.BackgroundIO to Ice.ThreadInterruptSafe
Fixed some warnings.
Diffstat (limited to 'java/test/Ice/operations/Collocated.java')
-rw-r--r-- | java/test/Ice/operations/Collocated.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/Ice/operations/Collocated.java b/java/test/Ice/operations/Collocated.java index 278e81a9b65..ecfab090c8c 100644 --- a/java/test/Ice/operations/Collocated.java +++ b/java/test/Ice/operations/Collocated.java @@ -35,7 +35,7 @@ public class Collocated extends test.Util.Application { Ice.InitializationData initData = new Ice.InitializationData(); initData.properties = Ice.Util.createProperties(argsH); - if(initData.properties.getPropertyAsInt("Ice.BackgroundIO") > 0) + if(initData.properties.getPropertyAsInt("Ice.ThreadInterruptSafe") > 0) { initData.properties.setProperty("Ice.ThreadPool.Server.Size", "2"); } |