You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by st...@apache.org on 2001/12/26 21:37:48 UTC

cvs commit: jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/net TelnetTask.java

stevel      01/12/26 12:37:48

  Modified:    src/main/org/apache/tools/ant/taskdefs/optional/net
                        TelnetTask.java
  Log:
  fixing javadoc tags
  
  Revision  Changes    Path
  1.6       +5 -5      jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/net/TelnetTask.java
  
  Index: TelnetTask.java
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/net/TelnetTask.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- TelnetTask.java	2001/11/22 08:46:55	1.5
  +++ TelnetTask.java	2001/12/26 20:37:48	1.6
  @@ -70,7 +70,7 @@
    * Class to provide automated telnet protocol support for the Ant build tool
    *
    * @author <a href="mailto:ScottCarlson@email.com">ScottCarlson@email.com</a>
  - * @version $Revision: 1.5 $
  + * @version $Revision: 1.6 $
    */
   
   public class TelnetTask extends Task {
  @@ -301,7 +301,7 @@
         /**
          * Read from the telnet session until the string we are 
          * waiting for is found 
  -       * @parm s The string to wait on 
  +       * @param s The string to wait on 
          */
         public void waitForString(String s)
         {
  @@ -311,8 +311,8 @@
         /**
          * Read from the telnet session until the string we are 
          * waiting for is found or the timeout has been reached
  -       * @parm s The string to wait on 
  -       * @parm timeout The maximum number of seconds to wait
  +       * @param s The string to wait on 
  +       * @param timeout The maximum number of seconds to wait
          */
         public void waitForString(String s, Integer timeout)
         {
  @@ -354,7 +354,7 @@
       
         /**
          * Write this string to the telnet session.
  -       * @parm echoString  Logs string sent
  +       * @param echoString  Logs string sent
          */
         public void sendString(String s, boolean echoString)
         {
  
  
  

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