Fixed small typo mistake.
This commit is contained in:
parent
ccd6ef6ee3
commit
31e0a9890d
|
@ -62,7 +62,7 @@ import com.sun.mail.smtp.SMTPMessage;
|
|||
*
|
||||
* @author Jorg Janke
|
||||
* @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
|
||||
{
|
||||
|
@ -653,7 +653,7 @@ public final class EMail implements Serializable
|
|||
|
||||
/**
|
||||
* Get Reply To
|
||||
* @return Reoly To internet address
|
||||
* @return Reply To internet address
|
||||
*/
|
||||
public InternetAddress getReplyTo()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue