diff options
Diffstat (limited to 'java/test/Ice/exceptions/Collocated.java')
-rw-r--r-- | java/test/Ice/exceptions/Collocated.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/Ice/exceptions/Collocated.java b/java/test/Ice/exceptions/Collocated.java index cbcf32ded12..b217e732468 100644 --- a/java/test/Ice/exceptions/Collocated.java +++ b/java/test/Ice/exceptions/Collocated.java @@ -16,7 +16,7 @@ public class Collocated extends test.Util.Application { Ice.Communicator communicator = communicator(); Ice.ObjectAdapter adapter = communicator.createObjectAdapter("TestAdapter"); - Ice.Object object = new ThrowerI(adapter); + Ice.Object object = new ThrowerI(); adapter.add(object, communicator.stringToIdentity("thrower")); AllTests.allTests(communicator, true, getWriter()); |