This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/main by this push:
new 6d1d346c89 Fix Spotless failures
6d1d346c89 is described below
commit 6d1d346c8936394894f0ca0ef0bb2ba4fd836a74
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Wed Jan 10 15:11:55 2024 +0100
Fix Spotless failures
---
.../java/org/apache/logging/log4j/jcl/CallerInformationTest.java | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git
a/log4j-jcl/src/test/java/org/apache/logging/log4j/jcl/CallerInformationTest.java
b/log4j-jcl/src/test/java/org/apache/logging/log4j/jcl/CallerInformationTest.java
index 3580a3b837..ba6987b137 100644
---
a/log4j-jcl/src/test/java/org/apache/logging/log4j/jcl/CallerInformationTest.java
+++
b/log4j-jcl/src/test/java/org/apache/logging/log4j/jcl/CallerInformationTest.java
@@ -16,6 +16,9 @@
*/
package org.apache.logging.log4j.jcl;
+import static org.assertj.core.api.Assertions.assertThat;
+
+import java.util.List;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.apache.logging.log4j.core.LoggerContext;
@@ -23,10 +26,6 @@ import
org.apache.logging.log4j.core.test.appender.ListAppender;
import org.apache.logging.log4j.core.test.junit.LoggerContextSource;
import org.junit.jupiter.api.Test;
-import java.util.List;
-
-import static org.assertj.core.api.Assertions.assertThat;
-
public class CallerInformationTest {
@Test