Repository: logging-log4j2 Updated Branches: refs/heads/master e82a9db1e -> 38d34ca95
Fix 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/38d34ca9 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/38d34ca9 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/38d34ca9 Branch: refs/heads/master Commit: 38d34ca9566a84ad258bfc5aef5e7e3f865337c7 Parents: e82a9db Author: Gary Gregory <[email protected]> Authored: Fri Dec 5 11:57:14 2014 -0500 Committer: Gary Gregory <[email protected]> Committed: Fri Dec 5 11:57:14 2014 -0500 ---------------------------------------------------------------------- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/38d34ca9/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b103693..af17727 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -54,7 +54,7 @@ AbstractLifecycle should not implement equals() and hashCode(). </action> <action issue="LOG4J2-897" dev="ggregory" type="fix"> - Javaodc for org.apache.log4j.BasicConfigurator.configure() is incorrect. + Javadoc for org.apache.log4j.BasicConfigurator.configure() is incorrect. </action> <action issue="LOG4J2-891" dev="ggregory" type="fix"> AbstractLifecycle should not implement equals() and hashCode().
