You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2016/09/06 21:43:33 UTC

logging-log4j2 git commit: Remove unused imports.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master c374cb9ea -> 34a6bf425


Remove unused imports.

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/34a6bf42
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/34a6bf42
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/34a6bf42

Branch: refs/heads/master
Commit: 34a6bf425ec288acf68842d50cbd67c31d35c4af
Parents: c374cb9
Author: Gary Gregory <gg...@apache.org>
Authored: Tue Sep 6 17:43:28 2016 -0400
Committer: Gary Gregory <gg...@apache.org>
Committed: Tue Sep 6 17:43:28 2016 -0400

----------------------------------------------------------------------
 .../logging/log4j/core/appender/routing/IdlePurgePolicy.java       | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/34a6bf42/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/routing/IdlePurgePolicy.java
----------------------------------------------------------------------
diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/routing/IdlePurgePolicy.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/routing/IdlePurgePolicy.java
index 0ce3783..cde5cb0 100644
--- a/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/routing/IdlePurgePolicy.java
+++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/routing/IdlePurgePolicy.java
@@ -22,7 +22,6 @@ import java.util.concurrent.ConcurrentMap;
 import java.util.concurrent.ScheduledFuture;
 import java.util.concurrent.TimeUnit;
 
-import org.apache.logging.log4j.Logger;
 import org.apache.logging.log4j.core.AbstractLifeCycle;
 import org.apache.logging.log4j.core.LogEvent;
 import org.apache.logging.log4j.core.config.Configuration;
@@ -32,7 +31,6 @@ import org.apache.logging.log4j.core.config.plugins.Plugin;
 import org.apache.logging.log4j.core.config.plugins.PluginAttribute;
 import org.apache.logging.log4j.core.config.plugins.PluginConfiguration;
 import org.apache.logging.log4j.core.config.plugins.PluginFactory;
-import org.apache.logging.log4j.status.StatusLogger;
 
 /**
  * Policy is purging appenders that were not in use specified time in minutes