You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ni...@apache.org on 2004/02/14 05:25:10 UTC

cvs commit: avalon-sandbox/console/src/org/apache/avalon/excalibur/console CommandInterpreter.java

niclas      2004/02/13 20:25:10

  Modified:    console/src/org/apache/avalon/excalibur/console
                        CommandInterpreter.java
  Log:
  
  
  Revision  Changes    Path
  1.2       +0 -1      avalon-sandbox/console/src/org/apache/avalon/excalibur/console/CommandInterpreter.java
  
  Index: CommandInterpreter.java
  ===================================================================
  RCS file: /home/cvs/avalon-sandbox/console/src/org/apache/avalon/excalibur/console/CommandInterpreter.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- CommandInterpreter.java	14 Feb 2004 04:17:23 -0000	1.1
  +++ CommandInterpreter.java	14 Feb 2004 04:25:10 -0000	1.2
  @@ -30,7 +30,6 @@
   class CommandInterpreter extends Thread
   {
       static private final String WELCOME_MESSAGE =
  -    "Welcome to eWarna.com ServiceManager.\n\n" +
       "Type 'help' for a list of available commands.\n\nlogin\n";
   
       private Socket m_Socket;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org