This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-email.git


The following commit(s) were added to refs/heads/master by this push:
     new 844e2b0  Javadoc spelling
844e2b0 is described below

commit 844e2b0b9fd6311deda9dfd05b2b497a09d81cd9
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Nov 26 15:51:43 2023 -0500

    Javadoc spelling
---
 src/test/java/org/apache/commons/mail/SimpleEmailTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/mail/SimpleEmailTest.java 
b/src/test/java/org/apache/commons/mail/SimpleEmailTest.java
index 54f7080..5700606 100644
--- a/src/test/java/org/apache/commons/mail/SimpleEmailTest.java
+++ b/src/test/java/org/apache/commons/mail/SimpleEmailTest.java
@@ -127,7 +127,7 @@ public class SimpleEmailTest extends AbstractEmailTest
         /*
          * 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");

Reply via email to