Skip to content

Commit f2a035d

Browse files
committed
Javadoc: Fix double "to"
"
1 parent d75d0a3 commit f2a035d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta
  • commons-email2-javax/src/test/java/org/apache/commons/mail2/javax

commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/EmailTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ void testCorrectContentTypeForPNG() throws Exception {
426426
* parameter. See https://issues.apache.org/jira/browse/EMAIL-1.
427427
*
428428
*
429-
* Case 1: Setting a default charset results in adding that charset info to to the content type of a text/based content object.
429+
* Case 1: Setting a default charset results in adding that charset info to the content type of a text/based content object.
430430
*
431431
* @throws Exception on any error
432432
*/

commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/EmailTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ void testCorrectContentTypeForPNG() throws Exception {
426426
* parameter. See https://issues.apache.org/jira/browse/EMAIL-1.
427427
*
428428
*
429-
* Case 1: Setting a default charset results in adding that charset info to to the content type of a text/based content object.
429+
* Case 1: Setting a default charset results in adding that charset info to the content type of a text/based content object.
430430
*
431431
* @throws Exception on any error
432432
*/

0 commit comments

Comments
 (0)