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 2016/03/08 16:16:07 UTC

logging-log4j2 git commit: Format nit.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master f1e506389 -> 19e6ecd25


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

Branch: refs/heads/master
Commit: 19e6ecd25b1ed9a70d20a3d66d4d332c4b7efdb0
Parents: f1e5063
Author: Matt Sicker <bo...@gmail.com>
Authored: Tue Mar 8 09:16:03 2016 -0600
Committer: Matt Sicker <bo...@gmail.com>
Committed: Tue Mar 8 09:16:03 2016 -0600

----------------------------------------------------------------------
 .../src/test/java/org/apache/logging/log4j/EventLoggerTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/19e6ecd2/log4j-api/src/test/java/org/apache/logging/log4j/EventLoggerTest.java
----------------------------------------------------------------------
diff --git a/log4j-api/src/test/java/org/apache/logging/log4j/EventLoggerTest.java b/log4j-api/src/test/java/org/apache/logging/log4j/EventLoggerTest.java
index 903f5b0..181a344 100644
--- a/log4j-api/src/test/java/org/apache/logging/log4j/EventLoggerTest.java
+++ b/log4j-api/src/test/java/org/apache/logging/log4j/EventLoggerTest.java
@@ -40,7 +40,7 @@ public class EventLoggerTest {
         results.clear();
     }
 
-      @Test
+    @Test
     public void structuredData() {
         ThreadContext.put("loginId", "JohnDoe");
         ThreadContext.put("ipAddress", "192.168.0.120");