You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rp...@apache.org on 2016/08/19 07:15:51 UTC

[26/50] logging-log4j2 git commit: Format nit.

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/a45fe18e
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/a45fe18e
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/a45fe18e

Branch: refs/heads/LOG4J2-1010&LOG4J2-1447-injectable-contextdata&better-datastructure
Commit: a45fe18e56f3b7e2870c488a3a8a85870f288383
Parents: 7d21a6c
Author: Gary Gregory <gg...@apache.org>
Authored: Mon Aug 15 15:54:04 2016 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Mon Aug 15 15:54:04 2016 -0700

----------------------------------------------------------------------
 .../java/org/apache/logging/log4j/core/StrictXmlConfigTest.java     | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a45fe18e/log4j-core/src/test/java/org/apache/logging/log4j/core/StrictXmlConfigTest.java
----------------------------------------------------------------------
diff --git a/log4j-core/src/test/java/org/apache/logging/log4j/core/StrictXmlConfigTest.java b/log4j-core/src/test/java/org/apache/logging/log4j/core/StrictXmlConfigTest.java
index f94a60d..c9af2c9 100644
--- a/log4j-core/src/test/java/org/apache/logging/log4j/core/StrictXmlConfigTest.java
+++ b/log4j-core/src/test/java/org/apache/logging/log4j/core/StrictXmlConfigTest.java
@@ -115,7 +115,6 @@ public class StrictXmlConfigTest {
 
     @Test
     public void mdc() {
-
         ThreadContext.put("TestYear", "2010");
         logger.debug("Debug message");
         ThreadContext.clearMap();