javadoc correction

This commit is contained in:
Mark Fisher
2009-08-14 22:00:15 +00:00
parent e16bee9366
commit 014cb25998

View File

@@ -39,9 +39,8 @@ import org.springframework.util.StringUtils;
* <p>If the Message is an instance of {@link MailMessage}, it will be passed
* as-is. If the Message payload is a byte array, it will be passed as an
* attachment, and in that case, the {@link MailHeaders#ATTACHMENT_FILENAME}
* header is required. For any other payload type, a {@link SimpleMailMessage}
* will be created with the payload's <code>toString()</code> value as the Mail
* text.
* header is required. Otherwise, a String type is expected, and its content
* will be used as the text within a {@link SimpleMailMessage}.
*
* @see MailHeaders
*