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/08/27 06:51:56 UTC

[28/40] logging-log4j2 git commit: Javadoc.

Javadoc.

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

Branch: refs/heads/LOG4J2-1010&LOG4J2-1447-injectable-contextdata&better-datastructure
Commit: 498eef5569a93606cb4784f20e51c4b93cf40bd3
Parents: 213a247
Author: Gary Gregory <gg...@apache.org>
Authored: Fri Aug 26 08:55:33 2016 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Fri Aug 26 08:55:33 2016 -0700

----------------------------------------------------------------------
 .../logging/log4j/core/config/xml/XmlConfigurationFactory.java      | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/498eef55/log4j-core/src/main/java/org/apache/logging/log4j/core/config/xml/XmlConfigurationFactory.java
----------------------------------------------------------------------
diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/config/xml/XmlConfigurationFactory.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/config/xml/XmlConfigurationFactory.java
index 9de84aa..a37718f 100644
--- a/log4j-core/src/main/java/org/apache/logging/log4j/core/config/xml/XmlConfigurationFactory.java
+++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/config/xml/XmlConfigurationFactory.java
@@ -37,6 +37,7 @@ public class XmlConfigurationFactory extends ConfigurationFactory {
 
     /**
      * Returns the Configuration.
+     * @param loggerContext The logger context.
      * @param source The InputSource.
      * @return The Configuration.
      */