Skip to content

Commit ff71db9

Browse files
committed
Remove wildcard imports
1 parent 0f0448e commit ff71db9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

log4j-core-test/src/test/java/org/apache/logging/log4j/core/appender/HttpAppenderBuilderTest.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
package org.apache.logging.log4j.core.appender;
1818

1919
import static org.assertj.core.api.AssertionsForInterfaceTypes.assertThat;
20-
import static org.junit.jupiter.api.Assertions.*;
21-
import static org.mockito.Mockito.*;
20+
import static org.junit.jupiter.api.Assertions.assertNotNull;
21+
import static org.junit.jupiter.api.Assertions.assertThrows;
22+
import static org.mockito.Mockito.mock;
2223

2324
import java.net.MalformedURLException;
2425
import java.net.URL;

0 commit comments

Comments
 (0)