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/09/08 14:53:15 UTC

[15/35] logging-log4j2 git commit: Document empty block.

Document empty block.

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

Branch: refs/heads/LOG4J2-1349-gcfree-threadcontext
Commit: 0063d410ed8984c7e21ff55f040588fa8caf58be
Parents: 5a5828a
Author: Gary Gregory <gg...@apache.org>
Authored: Thu Sep 8 00:01:50 2016 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Thu Sep 8 00:01:50 2016 -0700

----------------------------------------------------------------------
 .../org/apache/logging/log4j/simple/SimpleLoggerContextFactory.java | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/0063d410/log4j-api/src/main/java/org/apache/logging/log4j/simple/SimpleLoggerContextFactory.java
----------------------------------------------------------------------
diff --git a/log4j-api/src/main/java/org/apache/logging/log4j/simple/SimpleLoggerContextFactory.java b/log4j-api/src/main/java/org/apache/logging/log4j/simple/SimpleLoggerContextFactory.java
index 4162875..8ea57a8 100644
--- a/log4j-api/src/main/java/org/apache/logging/log4j/simple/SimpleLoggerContextFactory.java
+++ b/log4j-api/src/main/java/org/apache/logging/log4j/simple/SimpleLoggerContextFactory.java
@@ -42,5 +42,6 @@ public class SimpleLoggerContextFactory implements LoggerContextFactory {
 
     @Override
     public void removeContext(final LoggerContext removeContext) {
+        // do nothing
     }
 }