summaryrefslogtreecommitdiff
path: root/java/demo/Ice/throughput/Server.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/demo/Ice/throughput/Server.java')
-rw-r--r--java/demo/Ice/throughput/Server.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/demo/Ice/throughput/Server.java b/java/demo/Ice/throughput/Server.java
index 8caf6b71d53..7bba2ca9488 100644
--- a/java/demo/Ice/throughput/Server.java
+++ b/java/demo/Ice/throughput/Server.java
@@ -15,7 +15,7 @@ public class Server extends Ice.Application
run(String[] args)
{
Ice.ObjectAdapter adapter = communicator().createObjectAdapter("Throughput");
- adapter.add(new ThroughputI(), Ice.Util.stringToIdentity("throughput"));
+ adapter.add(new ThroughputI(), communicator().stringToIdentity("throughput"));
adapter.activate();
communicator().waitForShutdown();
return 0;