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 2015/09/16 17:37:41 UTC

logging-log4j2 git commit: Document empty body.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 5adb29a42 -> 6dc565810


Document empty body.

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

Branch: refs/heads/master
Commit: 6dc565810fd830c52c534e862e76d6ad6f9b0ca1
Parents: 5adb29a
Author: ggregory <gg...@apache.org>
Authored: Wed Sep 16 08:37:35 2015 -0700
Committer: ggregory <gg...@apache.org>
Committed: Wed Sep 16 08:37:35 2015 -0700

----------------------------------------------------------------------
 log4j-api/src/main/java/org/apache/logging/log4j/EventLogger.java | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6dc56581/log4j-api/src/main/java/org/apache/logging/log4j/EventLogger.java
----------------------------------------------------------------------
diff --git a/log4j-api/src/main/java/org/apache/logging/log4j/EventLogger.java b/log4j-api/src/main/java/org/apache/logging/log4j/EventLogger.java
index f06cd0e..13bdcf3 100644
--- a/log4j-api/src/main/java/org/apache/logging/log4j/EventLogger.java
+++ b/log4j-api/src/main/java/org/apache/logging/log4j/EventLogger.java
@@ -36,6 +36,7 @@ public final class EventLogger {
     private static final ExtendedLogger LOGGER = LogManager.getContext(false).getLogger(NAME);
 
     private EventLogger() {
+        // empty
     }
 
     /**