Javadoc: Use the active voice. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/f7d63106 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/f7d63106 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/f7d63106
Branch: refs/heads/LOG4J-1181 Commit: f7d63106b9ded11480e3c243e0b616b4bda3a762 Parents: 633672c Author: ggregory <[email protected]> Authored: Mon Nov 2 02:54:19 2015 -0800 Committer: ggregory <[email protected]> Committed: Mon Nov 2 02:54:19 2015 -0800 ---------------------------------------------------------------------- .../main/java/org/apache/logging/log4j/core/LoggerContext.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/f7d63106/log4j-core/src/main/java/org/apache/logging/log4j/core/LoggerContext.java ---------------------------------------------------------------------- diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/LoggerContext.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/LoggerContext.java index 5a5483c..47c0f80 100644 --- a/log4j-core/src/main/java/org/apache/logging/log4j/core/LoggerContext.java +++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/LoggerContext.java @@ -554,7 +554,7 @@ public class LoggerContext extends AbstractLifeCycle implements org.apache.loggi } /** - * Reconfigure the context. + * Reconfigures the context. */ private void reconfigure(final URI configURI) { final ClassLoader cl = ClassLoader.class.isInstance(externalContext) ? (ClassLoader) externalContext : null; @@ -572,7 +572,7 @@ public class LoggerContext extends AbstractLifeCycle implements org.apache.loggi } /** - * Reconfigure the context. Log4j does not remove Loggers during a reconfiguration. Log4j will create new + * Reconfigures the context. Log4j does not remove Loggers during a reconfiguration. Log4j will create new * LoggerConfig objects and Log4j will point the Loggers at the new LoggerConfigs. Log4j will free the old * LoggerConfig, along with old Appenders and Filters. */
