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/07/09 00:54:43 UTC

logging-log4j2 git commit: Javadoc typo.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 7dc1bcd22 -> b6f7897c1


Javadoc typo.

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

Branch: refs/heads/master
Commit: b6f7897c18efda5a85043caccfa509bb968dbd91
Parents: 7dc1bcd
Author: ggregory <gg...@apache.org>
Authored: Wed Jul 8 15:54:31 2015 -0700
Committer: ggregory <gg...@apache.org>
Committed: Wed Jul 8 15:54:31 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/b6f7897c/log4j-core/src/main/java/org/apache/logging/log4j/core/config/AbstractConfiguration.java
----------------------------------------------------------------------
diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/config/AbstractConfiguration.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/config/AbstractConfiguration.java
index b23643c..ada5900 100644
--- a/log4j-core/src/main/java/org/apache/logging/log4j/core/config/AbstractConfiguration.java
+++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/config/AbstractConfiguration.java
@@ -548,7 +548,7 @@ public abstract class AbstractConfiguration extends AbstractFilterable implement
      *
      * Note: This method is not used when configuring via configuration. It is primarily used by
      * unit tests.
-     * @param logger The Logger the Fo;ter will be associated with.
+     * @param logger The Logger the Footer will be associated with.
      * @param filter The Filter.
      */
     @Override