Skip to content

Commit d1e41d2

Browse files
committed
Fix Spotless failures
1 parent 40f1bde commit d1e41d2

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

log4j-jcl/src/test/java/org/apache/logging/log4j/jcl/CallerInformationTest.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,16 @@
1616
*/
1717
package org.apache.logging.log4j.jcl;
1818

19+
import static org.assertj.core.api.Assertions.assertThat;
20+
21+
import java.util.List;
1922
import org.apache.commons.logging.Log;
2023
import org.apache.commons.logging.LogFactory;
2124
import org.apache.logging.log4j.core.LoggerContext;
2225
import org.apache.logging.log4j.core.test.appender.ListAppender;
2326
import org.apache.logging.log4j.core.test.junit.LoggerContextSource;
2427
import org.junit.jupiter.api.Test;
2528

26-
import java.util.List;
27-
28-
import static org.assertj.core.api.Assertions.assertThat;
29-
3029
public class CallerInformationTest {
3130

3231
@Test

log4j-jcl/src/test/java/org/apache/logging/log4j/jcl/LoggerTest.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
*/
1717
package org.apache.logging.log4j.jcl;
1818

19+
import static org.assertj.core.api.Assertions.assertThat;
20+
21+
import java.util.List;
1922
import org.apache.commons.logging.Log;
2023
import org.apache.commons.logging.LogFactory;
2124
import org.apache.logging.log4j.core.LoggerContext;
@@ -24,10 +27,6 @@
2427
import org.apache.logging.log4j.util.Strings;
2528
import org.junit.jupiter.api.Test;
2629

27-
import java.util.List;
28-
29-
import static org.assertj.core.api.Assertions.assertThat;
30-
3130
class LoggerTest {
3231

3332
@Test

0 commit comments

Comments
 (0)