Browse Source

make javadoc a little more happy

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271157 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 23 years ago
parent
commit
f11f9e0076
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/main/org/apache/tools/ant/taskdefs/email/EmailTask.java

+ 3
- 3
src/main/org/apache/tools/ant/taskdefs/email/EmailTask.java View File

@@ -73,7 +73,7 @@ import org.apache.tools.ant.types.FileSet;
* MimeMail in {@link org.apache.tools.ant.taskdefs.email.MimeMailer MimeMailer}, * MimeMail in {@link org.apache.tools.ant.taskdefs.email.MimeMailer MimeMailer},
* and a new intermediate UU format. * and a new intermediate UU format.
* {@link org.apache.tools.ant.taskdefs.email.UUMailer UUMailer}. * {@link org.apache.tools.ant.taskdefs.email.UUMailer UUMailer}.
*
*
* @author Magesh Umasankar * @author Magesh Umasankar
* @author glenn_twiggs@bmc.com * @author glenn_twiggs@bmc.com
* @author steve_l@iseran.com steve loughran * @author steve_l@iseran.com steve loughran
@@ -165,7 +165,7 @@ public class EmailTask
} }


/** Sets the mail server port /** Sets the mail server port
* @see setPort(int)
* @see Mailer#setPort(int)
* @param port The port to use * @param port The port to use
*/ */
public void setMailport( int port ) public void setMailport( int port )
@@ -174,7 +174,7 @@ public class EmailTask
} }


/** Sets the host /** Sets the host
* @see setHost()
* @see Mailer#setHost()
* @param host The host to connect to * @param host The host to connect to
*/ */
public void setMailhost( String host ) public void setMailhost( String host )


Loading…
Cancel
Save