Skip to content

Commit 54ee57d

Browse files
committed
Fix build failure due to wildcard import
1 parent 6f1f129 commit 54ee57d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

log4j-1.2-api/src/test/java/org/apache/log4j/builders/filter/LevelRangeFilterBuilderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717
package org.apache.log4j.builders.filter;
1818

19-
import static org.junit.jupiter.api.Assertions.*;
19+
import static org.junit.jupiter.api.Assertions.assertSame;
2020

2121
import java.io.StringReader;
2222
import java.util.Properties;

0 commit comments

Comments
 (0)