You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2009/11/18 20:35:42 UTC

svn commit: r881894 - /incubator/uima/uima-as/trunk/uimaj-as-activemq/src/main/java/org/apache/uima/adapter/jms/service/UIMA_Service.java

Author: cwiklik
Date: Wed Nov 18 19:35:42 2009
New Revision: 881894

URL: http://svn.apache.org/viewvc?rev=881894&view=rev
Log:
UIMA-1670 Modified user prompt that asks to enter 'q' or 's'. Inform user that the selection made is not echoed to the console

Modified:
    incubator/uima/uima-as/trunk/uimaj-as-activemq/src/main/java/org/apache/uima/adapter/jms/service/UIMA_Service.java

Modified: incubator/uima/uima-as/trunk/uimaj-as-activemq/src/main/java/org/apache/uima/adapter/jms/service/UIMA_Service.java
URL: http://svn.apache.org/viewvc/incubator/uima/uima-as/trunk/uimaj-as-activemq/src/main/java/org/apache/uima/adapter/jms/service/UIMA_Service.java?rev=881894&r1=881893&r2=881894&view=diff
==============================================================================
--- incubator/uima/uima-as/trunk/uimaj-as-activemq/src/main/java/org/apache/uima/adapter/jms/service/UIMA_Service.java (original)
+++ incubator/uima/uima-as/trunk/uimaj-as-activemq/src/main/java/org/apache/uima/adapter/jms/service/UIMA_Service.java Wed Nov 18 19:35:42 2009
@@ -409,7 +409,7 @@
       }
       AnalysisEngineController topLevelControllor = serviceDeployer.getTopLevelController();
       if (topLevelControllor != null) {
-        System.out.println("Enter 'q' to quiesce and stop the service or 's' to stop it now:");
+        System.out.println("Press 'q'+'Enter' to quiesce and stop the service or 's'+'Enter' to stop it now.\nNote: selected option is not echoed on the console.");
         // Loop forever or until the service is stopped
         while (!topLevelControllor.isStopped()) {
           if (System.in.available() > 0) {