diff options
Diffstat (limited to 'java/test/Ice/exceptions/Collocated.java')
-rw-r--r-- | java/test/Ice/exceptions/Collocated.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/test/Ice/exceptions/Collocated.java b/java/test/Ice/exceptions/Collocated.java index 1da9731cff0..7d8b27b602e 100644 --- a/java/test/Ice/exceptions/Collocated.java +++ b/java/test/Ice/exceptions/Collocated.java @@ -14,7 +14,7 @@ public class Collocated extends test.Util.Application public int run(String[] args) { - Ice.Communicator communicator = communicator(); + Ice.Communicator communicator = communicator(); Ice.ObjectAdapter adapter = communicator.createObjectAdapter("TestAdapter"); Ice.Object object = new ThrowerI(); adapter.add(object, communicator.stringToIdentity("thrower")); @@ -36,7 +36,7 @@ public class Collocated extends test.Util.Application public static void main(String[] args) { - Collocated app = new Collocated(); + Collocated app = new Collocated(); int result = app.main("Collocated", args); System.gc(); System.exit(result); |