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-io.git
commit 51dd8f5d3cdf72f63b1b156021f284387811a08a Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Mar 22 19:44:36 2024 -0400 Fix Checkstyele --- src/test/java/org/apache/commons/io/filefilter/FileFilterTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/io/filefilter/FileFilterTest.java b/src/test/java/org/apache/commons/io/filefilter/FileFilterTest.java index 13eb58300..c471fab64 100644 --- a/src/test/java/org/apache/commons/io/filefilter/FileFilterTest.java +++ b/src/test/java/org/apache/commons/io/filefilter/FileFilterTest.java @@ -19,6 +19,7 @@ package org.apache.commons.io.filefilter; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertFalse; import static org.junit.jupiter.api.Assertions.assertNotNull; +import static org.junit.jupiter.api.Assertions.assertNull; import static org.junit.jupiter.api.Assertions.assertSame; import static org.junit.jupiter.api.Assertions.assertThrows; import static org.junit.jupiter.api.Assertions.assertTrue; @@ -52,7 +53,6 @@ import org.apache.commons.io.file.TempFile; import org.apache.commons.io.test.TestUtils; import org.apache.commons.lang3.SystemUtils; import org.junit.jupiter.api.Test; -import static org.junit.jupiter.api.Assertions.assertNull; /** * Tests {@link FileFilterUtils}.