summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/trunk')
-rw-r--r--sca-java-1.x/trunk/samples/binding-notification-broker/src/main/java/notification/broker/TrafficAdvisoryServer.java2
-rw-r--r--sca-java-1.x/trunk/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/trunk/samples/binding-notification-broker/src/main/java/notification/broker/TrafficAdvisoryServer.java b/sca-java-1.x/trunk/samples/binding-notification-broker/src/main/java/notification/broker/TrafficAdvisoryServer.java
index b0f0d2a800..bed6630bdc 100644
--- a/sca-java-1.x/trunk/samples/binding-notification-broker/src/main/java/notification/broker/TrafficAdvisoryServer.java
+++ b/sca-java-1.x/trunk/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/trunk/samples/binding-notification-producer/src/main/java/notification/producer/TrafficAdvisoryServer.java b/sca-java-1.x/trunk/samples/binding-notification-producer/src/main/java/notification/producer/TrafficAdvisoryServer.java
index efd3657dc3..876314aab6 100644
--- a/sca-java-1.x/trunk/samples/binding-notification-producer/src/main/java/notification/producer/TrafficAdvisoryServer.java
+++ b/sca-java-1.x/trunk/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();