| commit | fe102fe850f8ca0ca3be9e865d1e1c62764f5328 | [log] [tgz] |
|---|---|---|
| author | Gary D. Gregory <garydgregory@gmail.com> | Wed Aug 20 06:54:14 2025 -0400 |
| committer | Gary D. Gregory <garydgregory@gmail.com> | Wed Aug 20 06:54:14 2025 -0400 |
| tree | e9403a5e481ceb2b138481e4e92c5912143ddc20 | |
| parent | c054e0eb123f279400065f111cd3d84f5460bbde [diff] |
Javadoc
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 ab0c1ac..b56cee2 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 @@ /** * 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 */