Fixed small typo mistake.

This commit is contained in:
trifonnt 2009-11-23 11:55:13 +00:00
parent ccd6ef6ee3
commit 31e0a9890d
1 changed files with 3 additions and 3 deletions

View File

@ -62,7 +62,7 @@ import com.sun.mail.smtp.SMTPMessage;
* *
* @author Jorg Janke * @author Jorg Janke
* @version $Id: EMail.java,v 1.4 2006/07/30 00:54:35 jjanke Exp $ * @version $Id: EMail.java,v 1.4 2006/07/30 00:54:35 jjanke Exp $
* @author Michael Judd BF [ 2736995 ] - toURL() in java.io.File has been deprecated * @author Michael Judd BF [ 2736995 ] - toURL() in java.io.File has been depreciated
*/ */
public final class EMail implements Serializable public final class EMail implements Serializable
{ {
@ -653,7 +653,7 @@ public final class EMail implements Serializable
/** /**
* Get Reply To * Get Reply To
* @return Reoly To internet address * @return Reply To internet address
*/ */
public InternetAddress getReplyTo() public InternetAddress getReplyTo()
{ {