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/08/09 11:27:22 UTC

logging-log4j2 git commit: Fix Javadoc typo. From Xen xen@dds.nl via logging.apache.org to log4j-user.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 6a3291534 -> f0dbf220b


Fix Javadoc typo. From Xen xen@dds.nl via logging.apache.org to
log4j-user.

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

Branch: refs/heads/master
Commit: f0dbf220b3182ab05d6bd1e1fff0af32eb36b88f
Parents: 6a32915
Author: ggregory <gg...@apache.org>
Authored: Sun Aug 9 02:27:18 2015 -0700
Committer: ggregory <gg...@apache.org>
Committed: Sun Aug 9 02:27:18 2015 -0700

----------------------------------------------------------------------
 .../org/apache/logging/log4j/core/config/ConfigurationFactory.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/f0dbf220/log4j-core/src/main/java/org/apache/logging/log4j/core/config/ConfigurationFactory.java
----------------------------------------------------------------------
diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/config/ConfigurationFactory.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/config/ConfigurationFactory.java
index 3c8c44a..14ea97b 100644
--- a/log4j-core/src/main/java/org/apache/logging/log4j/core/config/ConfigurationFactory.java
+++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/config/ConfigurationFactory.java
@@ -66,7 +66,7 @@ import org.apache.logging.log4j.util.Strings;
  * </ol>
  *
  * If the ConfigurationFactory that was added returns null on a call to
- * getConfiguration the any other ConfigurationFactories found as plugins will
+ * getConfiguration then any other ConfigurationFactories found as plugins will
  * be called in their respective order. DefaultConfiguration is always called
  * last if no configuration has been returned.
  */