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 d89f4dd Add missing import new 8a8c805 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-email d89f4dd is described below commit d89f4dd39b1565c114b562550746185936b53e47 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Mar 28 23:12:51 2024 -0400 Add missing import --- .../apache/commons/mail2/jakarta/util/IDNEmailAddressConverterTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/util/IDNEmailAddressConverterTest.java b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/util/IDNEmailAddressConverterTest.java index 5e775c5..fe6e14a 100644 --- a/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/util/IDNEmailAddressConverterTest.java +++ b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/util/IDNEmailAddressConverterTest.java @@ -17,6 +17,7 @@ package org.apache.commons.mail2.jakarta.util; import static org.junit.jupiter.api.Assertions.assertEquals; +import static org.junit.jupiter.api.Assertions.assertNull; import org.junit.jupiter.api.Test;