Skip to content

Commit

Permalink
Javadoc spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Nov 26, 2023
1 parent 87c8c88 commit 844e2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/apache/commons/mail/SimpleEmailTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public void testDefaultMimeCharset() throws EmailException, IOException
/*
* disabling this test as it is dependent on execution order.
* MimeUtility.getDefaultMIMECharset does some internal caching and if
* mail.mime.charset is not defined, reverts to the default java charset
* mail.mime.charset is not defined, reverts to the default Java charset
* which is basically the system default file encoding.
*/
System.setProperty(EmailConstants.MAIL_MIME_CHARSET, "utf-8");
Expand Down

0 comments on commit 844e2b0

Please sign in to comment.