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 2018/04/11 21:20:20 UTC

logging-log4j2 git commit: Fix typo in comment.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 8b71f4fcb -> 86ad79408


Fix typo in comment.

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

Branch: refs/heads/master
Commit: 86ad794088587551f19fd61e7c13bcc004a05a02
Parents: 8b71f4f
Author: Gary Gregory <ga...@gmail.com>
Authored: Wed Apr 11 15:20:16 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Wed Apr 11 15:20:16 2018 -0600

----------------------------------------------------------------------
 .../src/main/java/org/apache/logging/log4j/core/jmx/Server.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/86ad7940/log4j-core/src/main/java/org/apache/logging/log4j/core/jmx/Server.java
----------------------------------------------------------------------
diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/jmx/Server.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/jmx/Server.java
index d38365b..cc92d71 100644
--- a/log4j-core/src/main/java/org/apache/logging/log4j/core/jmx/Server.java
+++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/jmx/Server.java
@@ -160,7 +160,7 @@ public final class Server {
             for (final LoggerContext ctx : contexts) {
                 LOGGER.trace("Reregistering context ({}/{}): '{}' {}", ++i, contexts.size(), ctx.getName(), ctx);
                 // first unregister the context and all nested loggers,
-                // appenders, statusLogger, contextSelector, ringbuffers...
+                // appenders, statusLogger, contextSelector, ring buffers...
                 unregisterLoggerContext(ctx.getName(), mbs);
 
                 final LoggerContextAdmin mbean = new LoggerContextAdmin(ctx, executor);