summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.1/samples
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-09-22 21:19:45 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-09-22 21:19:45 +0000
commit6cc93eacf62daf69da1434ccca610855a66790d4 (patch)
tree9f10da9a470e00a6155dc4c61a80fd2ed8cf20e7 /sca-java-1.x/branches/sca-java-1.6.1/samples
parent40f24c4ae4605ce69df871d44646e42d8ac6df33 (diff)
Fix confusing prompt message
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1000237 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6.1/samples')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/samples/binding-notification-broker/src/main/java/notification/broker/TrafficAdvisoryServer.java2
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/samples/binding-notification-producer/src/main/java/notification/producer/TrafficAdvisoryServer.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/samples/binding-notification-broker/src/main/java/notification/broker/TrafficAdvisoryServer.java b/sca-java-1.x/branches/sca-java-1.6.1/samples/binding-notification-broker/src/main/java/notification/broker/TrafficAdvisoryServer.java
index b0f0d2a800..bed6630bdc 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/samples/binding-notification-broker/src/main/java/notification/broker/TrafficAdvisoryServer.java
+++ b/sca-java-1.x/branches/sca-java-1.6.1/samples/binding-notification-broker/src/main/java/notification/broker/TrafficAdvisoryServer.java
@@ -50,7 +50,7 @@ public class TrafficAdvisoryServer {
break;
}
try {
- System.out.println("Send a report value, ^C or <end> to end");
+ System.out.println("Send a report value, ^C or 'end' to end");
value = reader.readLine();
} catch (IOException e) {
e.printStackTrace();
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/samples/binding-notification-producer/src/main/java/notification/producer/TrafficAdvisoryServer.java b/sca-java-1.x/branches/sca-java-1.6.1/samples/binding-notification-producer/src/main/java/notification/producer/TrafficAdvisoryServer.java
index efd3657dc3..876314aab6 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/samples/binding-notification-producer/src/main/java/notification/producer/TrafficAdvisoryServer.java
+++ b/sca-java-1.x/branches/sca-java-1.6.1/samples/binding-notification-producer/src/main/java/notification/producer/TrafficAdvisoryServer.java
@@ -40,7 +40,7 @@ public class TrafficAdvisoryServer {
break;
}
try {
- System.out.println("Send a report value, ^C or <end> to end");
+ System.out.println("Send a report value, ^C or 'end' to end");
value = reader.readLine();
} catch (IOException e) {
e.printStackTrace();