Format nit. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/e706a22d Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/e706a22d Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/e706a22d
Branch: refs/heads/LOG4J2-1010&LOG4J2-1447-injectable-contextdata&better-datastructure Commit: e706a22da547367910b84c4ec610ae965d0fe50f Parents: ee6d45f Author: Gary Gregory <ggreg...@apache.org> Authored: Sun Aug 21 11:47:39 2016 -0700 Committer: Gary Gregory <ggreg...@apache.org> Committed: Sun Aug 21 11:47:39 2016 -0700 ---------------------------------------------------------------------- .../java/org/apache/logging/log4j/junit/LoggerContextRule.java | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/e706a22d/log4j-core/src/test/java/org/apache/logging/log4j/junit/LoggerContextRule.java ---------------------------------------------------------------------- diff --git a/log4j-core/src/test/java/org/apache/logging/log4j/junit/LoggerContextRule.java b/log4j-core/src/test/java/org/apache/logging/log4j/junit/LoggerContextRule.java index c9b07aa..697e119 100644 --- a/log4j-core/src/test/java/org/apache/logging/log4j/junit/LoggerContextRule.java +++ b/log4j-core/src/test/java/org/apache/logging/log4j/junit/LoggerContextRule.java @@ -45,9 +45,7 @@ public class LoggerContextRule implements TestRule { private static final String SYS_PROP_KEY_DISPLAY_NAME = "org.apache.logging.log4j.junit.LoggerContextRule#DisplayName"; private final String configLocation; private LoggerContext context; - private Class<? extends ContextSelector> contextSelectorClass; - private String testClassName; /**