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-jexl.git
commit 17d7d8754227d314f89463240da9ddf0b04f5adf Author: Gary Gregory <[email protected]> AuthorDate: Sat Jun 1 15:10:52 2024 -0400 Clean up imports --- src/test/java/org/apache/commons/jexl3/ForEachTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/java/org/apache/commons/jexl3/ForEachTest.java b/src/test/java/org/apache/commons/jexl3/ForEachTest.java index a8b65357..624507de 100644 --- a/src/test/java/org/apache/commons/jexl3/ForEachTest.java +++ b/src/test/java/org/apache/commons/jexl3/ForEachTest.java @@ -21,6 +21,7 @@ import static org.junit.jupiter.api.Assertions.assertNotNull; import static org.junit.jupiter.api.Assertions.assertNull; import static org.junit.jupiter.api.Assertions.assertThrows; import static org.junit.jupiter.api.Assertions.assertTrue; + import java.util.ArrayList; import java.util.Arrays; import java.util.Collections;
