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 2017/02/16 21:28:21 UTC

logging-log4j2 git commit: Typo.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 52c378bb0 -> b7b117cbb


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/b7b117cb
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/b7b117cb
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/b7b117cb

Branch: refs/heads/master
Commit: b7b117cbb53ebe577354f366b8f24a5cce75820a
Parents: 52c378b
Author: ggregory <gg...@US-L-GG05.rocketsoftware.com>
Authored: Thu Feb 16 13:28:18 2017 -0800
Committer: ggregory <gg...@US-L-GG05.rocketsoftware.com>
Committed: Thu Feb 16 13:28:18 2017 -0800

----------------------------------------------------------------------
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/b7b117cb/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b37bc1c..0050c07 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -53,7 +53,7 @@
         Fixed bug in PropertiesUtil::getCharsetProperty that caused UnsupportedCharsetException for ConsoleAppender.
       </action>
       <action issue="LOG4J2-1806" dev="rpopma" type="fix" due-to="challarao">
-        Fix javadoc for DefaultRolloverStrategy::purgeAscending
+        Fix Javadoc for DefaultRolloverStrategy::purgeAscending
       </action>
       <action issue="LOG4J2-1818" dev="ggregory" type="fix" due-to="xkr47">
         Fix rollover to work when filePattern contains no directory components.