From 6cc93eacf62daf69da1434ccca610855a66790d4 Mon Sep 17 00:00:00 2001 From: nash Date: Wed, 22 Sep 2010 21:19:45 +0000 Subject: Fix confusing prompt message git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1000237 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/java/notification/broker/TrafficAdvisoryServer.java | 2 +- .../src/main/java/notification/producer/TrafficAdvisoryServer.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sca-java-1.x/branches') 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 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 to end"); + System.out.println("Send a report value, ^C or 'end' to end"); value = reader.readLine(); } catch (IOException e) { e.printStackTrace(); -- cgit v1.2.3