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 d0f2257  Add missing import
d0f2257 is described below

commit d0f2257ec3a6c4521c7c28d3c2facd3e0312119c
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Mar 28 18:56:28 2024 -0400

    Add missing import
---
 .../apache/commons/mail2/javax/util/IDNEmailAddressConverterTest.java    | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/util/IDNEmailAddressConverterTest.java
 
b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/util/IDNEmailAddressConverterTest.java
index c4e5080..6174bbc 100644
--- 
a/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/util/IDNEmailAddressConverterTest.java
+++ 
b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/util/IDNEmailAddressConverterTest.java
@@ -17,6 +17,7 @@
 package org.apache.commons.mail2.javax.util;
 
 import static org.junit.jupiter.api.Assertions.assertEquals;
+import static org.junit.jupiter.api.Assertions.assertNull;
 
 import javax.mail.internet.InternetAddress;
 

Reply via email to