This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/commons-email.git
The following commit(s) were added to refs/heads/1.x by this push:
new fe102fe8 Javadoc
fe102fe8 is described below
commit fe102fe850f8ca0ca3be9e865d1e1c62764f5328
Author: Gary D. Gregory <[email protected]>
AuthorDate: Wed Aug 20 06:54:14 2025 -0400
Javadoc
---
src/main/java/org/apache/commons/mail/util/MimeMessageParser.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/mail/util/MimeMessageParser.java
b/src/main/java/org/apache/commons/mail/util/MimeMessageParser.java
index ab0c1acc..b56cee2a 100644
--- a/src/main/java/org/apache/commons/mail/util/MimeMessageParser.java
+++ b/src/main/java/org/apache/commons/mail/util/MimeMessageParser.java
@@ -344,7 +344,7 @@ public class MimeMessageParser {
/**
* Does the actual extraction.
*
- * @return this instance
+ * @return {@code this} instance
* @throws MessagingException parsing the mime message failed
* @throws IOException parsing the mime message failed
*/