Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Patch
Description
Index: src/main/java/org/apache/commons/mail/Email.java
===================================================================
— src/main/java/org/apache/commons/mail/Email.java (revision 1793700)
+++ src/main/java/org/apache/commons/mail/Email.java (working copy)
@@ -1470,8 +1470,8 @@
}
/**
- * Returns the internal MimeMessage. Please not that the
- * MimeMessage is build by the buildMimeMessage() method.
+ * Returns the internal MimeMessage. Please note that the
+ * MimeMessage is built by the buildMimeMessage() method.
*
- @return the MimeMessage
*/