Skip to content

Commit c32a18f

Browse files
committed
Javadoc: Fix double "to"
1 parent ff953ae commit c32a18f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/commons/mail/EmailTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ public 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)