donaldp     2002/06/21 00:30:03

  Modified:    framework/src/todo/org/apache/tools/todo/taskdefs Echo.java
  Log:
  Fix javadoc errors
  
  Revision  Changes    Path
  1.3       +2 -2      
jakarta-ant-myrmidon/framework/src/todo/org/apache/tools/todo/taskdefs/Echo.java
  
  Index: Echo.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant-myrmidon/framework/src/todo/org/apache/tools/todo/taskdefs/Echo.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Echo.java 23 May 2002 01:50:26 -0000      1.2
  +++ Echo.java 21 Jun 2002 07:30:03 -0000      1.3
  @@ -48,7 +48,7 @@
       /**
        * Sets the message variable.
        *
  -     * @param msg Sets the value for the message variable.
  +     * @param message Sets the value for the message variable.
        */
       public void setMessage( final String message )
       {
  @@ -58,7 +58,7 @@
       /**
        * Set a multiline message.
        *
  -     * @param msg The feature to be added to the Text attribute
  +     * @param message The feature to be added to the Text attribute
        */
       public void addContent( final String message )
           throws TaskException
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to