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 c32a18f3 Javadoc: Fix double "to"
c32a18f3 is described below
commit c32a18f3c0687609a712847b4b283439016fc381
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Dec 26 18:07:11 2025 -0500
Javadoc: Fix double "to"
---
src/test/java/org/apache/commons/mail/EmailTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/java/org/apache/commons/mail/EmailTest.java
b/src/test/java/org/apache/commons/mail/EmailTest.java
index 7106f4a8..d5c19cde 100644
--- a/src/test/java/org/apache/commons/mail/EmailTest.java
+++ b/src/test/java/org/apache/commons/mail/EmailTest.java
@@ -426,7 +426,7 @@ public class EmailTest extends AbstractEmailTest {
* parameter. See https://issues.apache.org/jira/browse/EMAIL-1.
*
*
- * Case 1: Setting a default charset results in adding that charset info
to to the content type of a text/based content object.
+ * Case 1: Setting a default charset results in adding that charset info
to the content type of a text/based content object.
*
* @throws Exception on any error
*/