Skip to content

Commit f53251c

Browse files
Suvrat1629jhl221123
authored andcommitted
removed wildcard imports
1 parent 04facd7 commit f53251c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

log4j-core-test/src/main/java/org/apache/logging/log4j/core/test/util/InternalLoggerRegistryGCTest.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@
1616
*/
1717
package org.apache.logging.log4j.core.test.util;
1818

19-
import static org.junit.jupiter.api.Assertions.*;
19+
import static org.junit.jupiter.api.Assertions.assertEquals;
20+
import static org.junit.jupiter.api.Assertions.assertFalse;
21+
import static org.junit.jupiter.api.Assertions.assertNotNull;
22+
import static org.junit.jupiter.api.Assertions.assertNull;
23+
import static org.junit.jupiter.api.Assertions.assertSame;
24+
import static org.junit.jupiter.api.Assertions.assertTrue;
2025

2126
import java.lang.ref.WeakReference;
2227
import java.util.concurrent.CountDownLatch;

0 commit comments

Comments
 (0)