Repository: logging-log4j2 Updated Branches: refs/heads/master 84f6d3f1e -> 954dfcb03
Fix JIRA description. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/954dfcb0 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/954dfcb0 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/954dfcb0 Branch: refs/heads/master Commit: 954dfcb0318dc008021c176ec3a6ba77f54fd3d9 Parents: 84f6d3f Author: Gary Gregory <[email protected]> Authored: Mon Mar 16 20:38:17 2015 -0700 Committer: Gary Gregory <[email protected]> Committed: Mon Mar 16 20:38:17 2015 -0700 ---------------------------------------------------------------------- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/954dfcb0/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index faa3d73..c0dd6a8 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -62,7 +62,7 @@ as before. </action> <action issue="LOG4J2-957" dev="ggregory" type="fix" due-to="fatih guleryuz"> - Missing toUpperCase("Locale.ENGLISH"). + Missing toUpperCase(Locale.ENGLISH). </action> <action issue="LOG4J2-956" dev="ggregory" type="fix" due-to="David Kellerman"> Manual refers to Route "AppenderRef" attribute, should be "ref".
