You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by df...@apache.org on 2002/09/15 02:28:53 UTC

cvs commit: jakarta-commons-sandbox/net/src/java/org/apache/commons/net/telnet TelnetClient.java

dfs         2002/09/14 17:28:53

  Modified:    net/src/java/examples weatherTelnet.java
               net/src/java/org/apache/commons/net/telnet TelnetClient.java
  Log:
  Removed obsolete references to NetComponents Pro.
  
  Revision  Changes    Path
  1.5       +1 -2      jakarta-commons-sandbox/net/src/java/examples/weatherTelnet.java
  
  Index: weatherTelnet.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/net/src/java/examples/weatherTelnet.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- weatherTelnet.java	12 Apr 2002 04:42:44 -0000	1.4
  +++ weatherTelnet.java	15 Sep 2002 00:28:53 -0000	1.5
  @@ -64,8 +64,7 @@
    * with the server via standard input.  You could use this example to
    * connect to any telnet server, but it is obviously not general purpose
    * because it reads from standard input a line at a time, making it
  - * inconvenient for use with a remote interactive shell (you would use the
  - * terminal emulator in NetComponents Pro for that).  The TelnetClient
  + * inconvenient for use with a remote interactive shell.  The TelnetClient
    * class used by itself is mostly intended for automating access to telnet
    * resources rather than interactive use.
    * <p>
  
  
  
  1.3       +1 -3      jakarta-commons-sandbox/net/src/java/org/apache/commons/net/telnet/TelnetClient.java
  
  Index: TelnetClient.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/net/src/java/org/apache/commons/net/telnet/TelnetClient.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TelnetClient.java	12 Apr 2002 04:42:47 -0000	1.2
  +++ TelnetClient.java	15 Sep 2002 00:28:53 -0000	1.3
  @@ -66,9 +66,7 @@
    * terminal (NVT) for the Telnet protocol according to RFC 854.  It
    * does not implement any of the extra Telnet options because it
    * is meant to be used within a Java program providing automated
  - * access to Telnet accessible resources.  A telnet client implementing
  - * extra options and meant for use with a terminal emulator can be
  - * found in <b>NetComponents Pro <sup><font size=-1>TM</font></sup></b>
  + * access to Telnet accessible resources.
    * <p>
    * The class can be used by first connecting to a server using the
    * SocketClient
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>