Oops, forgot to remove import. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/5bd76ac1 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/5bd76ac1 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/5bd76ac1
Branch: refs/heads/LOG4J2-1278-gc-free-logger Commit: 5bd76ac1e3aced984826ae76e696df1b1ce7ad11 Parents: 3761dba Author: ggregory <[email protected]> Authored: Fri Mar 11 17:05:57 2016 -0800 Committer: ggregory <[email protected]> Committed: Fri Mar 11 17:05:57 2016 -0800 ---------------------------------------------------------------------- .../org/apache/logging/log4j/core/CustomLevelsWithFiltersTest.java | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/5bd76ac1/log4j-core/src/test/java/org/apache/logging/log4j/core/CustomLevelsWithFiltersTest.java ---------------------------------------------------------------------- diff --git a/log4j-core/src/test/java/org/apache/logging/log4j/core/CustomLevelsWithFiltersTest.java b/log4j-core/src/test/java/org/apache/logging/log4j/core/CustomLevelsWithFiltersTest.java index 440d5fb..1808492 100644 --- a/log4j-core/src/test/java/org/apache/logging/log4j/core/CustomLevelsWithFiltersTest.java +++ b/log4j-core/src/test/java/org/apache/logging/log4j/core/CustomLevelsWithFiltersTest.java @@ -19,8 +19,6 @@ package org.apache.logging.log4j.core; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; -import java.util.List; - import org.apache.logging.log4j.Level; import org.apache.logging.log4j.core.appender.FileAppender; import org.apache.logging.log4j.core.config.Configuration;
