bodewig     02/02/05 09:10:39

  Modified:    src/main/org/apache/tools/ant/taskdefs/email EmailTask.java
  Log:
  make javadoc a little more happy
  
  Revision  Changes    Path
  1.3       +3 -3      
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/email/EmailTask.java
  
  Index: EmailTask.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/email/EmailTask.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- EmailTask.java    5 Feb 2002 12:06:53 -0000       1.2
  +++ EmailTask.java    5 Feb 2002 17:10:39 -0000       1.3
  @@ -73,7 +73,7 @@
    * MimeMail in [EMAIL PROTECTED] 
org.apache.tools.ant.taskdefs.email.MimeMailer MimeMailer},
    * and a new intermediate UU format.
    * [EMAIL PROTECTED] org.apache.tools.ant.taskdefs.email.UUMailer UUMailer}.
  - *
  + * 
    * @author Magesh Umasankar
    * @author [EMAIL PROTECTED]
    * @author [EMAIL PROTECTED] steve loughran
  @@ -165,7 +165,7 @@
       }
   
       /** Sets the mail server port
  -     * @see setPort(int)
  +     * @see Mailer#setPort(int)
        * @param port The port to use
        */
       public void setMailport( int port )
  @@ -174,7 +174,7 @@
       }
   
       /** Sets the host
  -     * @see setHost()
  +     * @see Mailer#setHost()
        * @param host The host to connect to
        */
       public void setMailhost( String host )
  
  
  

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

Reply via email to