summaryrefslogtreecommitdiff
path: root/java/demo/Ice/value/Client.java
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2005-05-09 03:51:25 +0000
committerMatthew Newhook <matthew@zeroc.com>2005-05-09 03:51:25 +0000
commitcbdb93b8c4fb69a94d4e693e413969b093b69699 (patch)
treedaf2d5b727d6390d7292f869e5c53f35576834c4 /java/demo/Ice/value/Client.java
parentfix for bug 235 (diff)
downloadice-cbdb93b8c4fb69a94d4e693e413969b093b69699.tar.bz2
ice-cbdb93b8c4fb69a94d4e693e413969b093b69699.tar.xz
ice-cbdb93b8c4fb69a94d4e693e413969b093b69699.zip
fix typo
Diffstat (limited to 'java/demo/Ice/value/Client.java')
-rw-r--r--java/demo/Ice/value/Client.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/demo/Ice/value/Client.java b/java/demo/Ice/value/Client.java
index cc774b10c98..fb05e64c73c 100644
--- a/java/demo/Ice/value/Client.java
+++ b/java/demo/Ice/value/Client.java
@@ -113,7 +113,7 @@ public class Client
System.out.println();
System.out.println("Now we call the same method, but on the remote object. Watch the");
System.out.println("server's output.");
- System.out.println("press enter]");
+ System.out.println("[press enter]");
readline(in);
printerProxy.value.printBackwards();