diff options
Diffstat (limited to 'java/test/Ice/hold/Server.java')
-rw-r--r-- | java/test/Ice/hold/Server.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/Ice/hold/Server.java b/java/test/Ice/hold/Server.java index 99d2530b6a4..cf67f2624a5 100644 --- a/java/test/Ice/hold/Server.java +++ b/java/test/Ice/hold/Server.java @@ -14,7 +14,7 @@ public class Server { communicator.getProperties().setProperty("TestAdapter.Endpoints", "default -p 12010 -t 10000:udp"); Ice.ObjectAdapter adapter = communicator.createObjectAdapter("TestAdapter"); - adapter.add(new HoldI(), Ice.Util.stringToIdentity("hold")); + adapter.add(new HoldI(), communicator.stringToIdentity("hold")); adapter.activate(); communicator.waitForShutdown(); return 0; |