You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2023/01/14 05:49:31 UTC

[logging-log4j2] branch release-2.x updated: This spotless config is fucking annoying

This is an automated email from the ASF dual-hosted git repository.

mattsicker pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new ebe32f368f This spotless config is fucking annoying
ebe32f368f is described below

commit ebe32f368f61628818903902bbe345220c7881f2
Author: Matt Sicker <ma...@apache.org>
AuthorDate: Fri Jan 13 23:49:06 2023 -0600

    This spotless config is fucking annoying
---
 .../src/main/java/org/apache/logging/slf4j/Log4jLoggerFactory.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/log4j-slf4j2-impl/src/main/java/org/apache/logging/slf4j/Log4jLoggerFactory.java b/log4j-slf4j2-impl/src/main/java/org/apache/logging/slf4j/Log4jLoggerFactory.java
index 30972aedc4..e993c1d9e1 100644
--- a/log4j-slf4j2-impl/src/main/java/org/apache/logging/slf4j/Log4jLoggerFactory.java
+++ b/log4j-slf4j2-impl/src/main/java/org/apache/logging/slf4j/Log4jLoggerFactory.java
@@ -16,6 +16,8 @@
  */
 package org.apache.logging.slf4j;
 
+import java.util.function.Predicate;
+
 import org.apache.logging.log4j.LogManager;
 import org.apache.logging.log4j.LoggingException;
 import org.apache.logging.log4j.spi.AbstractLoggerAdapter;
@@ -25,8 +27,6 @@ import org.apache.logging.log4j.util.StackLocatorUtil;
 import org.slf4j.ILoggerFactory;
 import org.slf4j.Logger;
 
-import java.util.function.Predicate;
-
 /**
  * Log4j implementation of SLF4J ILoggerFactory interface.
  */