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 a177296  Make private static classes final
a177296 is described below

commit a1772966ab2c049fe669dc89814a304bd6d2277d
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Oct 10 16:37:53 2023 -0400

    Make private static classes final
---
 src/main/java/org/apache/commons/mail/HtmlEmail.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/mail/HtmlEmail.java 
b/src/main/java/org/apache/commons/mail/HtmlEmail.java
index dcac143..1cfa10b 100644
--- a/src/main/java/org/apache/commons/mail/HtmlEmail.java
+++ b/src/main/java/org/apache/commons/mail/HtmlEmail.java
@@ -621,7 +621,7 @@ public class HtmlEmail extends MultiPartEmail
      * that are embedded in the final email.
      * @since 1.1
      */
-    private static class InlineImage
+    private static final class InlineImage
     {
         /** content id. */
         private final String cid;

Reply via email to