diff options
Diffstat (limited to 'java/test/Ice/faultTolerance/Client.java')
-rw-r--r-- | java/test/Ice/faultTolerance/Client.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/test/Ice/faultTolerance/Client.java b/java/test/Ice/faultTolerance/Client.java index 984d5954fcb..80db5140566 100644 --- a/java/test/Ice/faultTolerance/Client.java +++ b/java/test/Ice/faultTolerance/Client.java @@ -25,7 +25,7 @@ public class Client extends test.Util.Application { PrintWriter out = getWriter(); - Ice.Communicator communicator = communicator(); + Ice.Communicator communicator = communicator(); java.util.List<Integer> ports = new java.util.ArrayList<Integer>(args.length); for(String arg : args) { @@ -56,7 +56,7 @@ public class Client extends test.Util.Application if(ports.isEmpty()) { - out.println("Client: no ports specified"); + out.println("Client: no ports specified"); usage(); return 1; } |