Repository: commons-collections Updated Branches: refs/heads/master 6044892b8 -> 8b6dc36b3
Fix typo. Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/8b6dc36b Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/8b6dc36b Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/8b6dc36b Branch: refs/heads/master Commit: 8b6dc36b3732419de921c9205f9592c52dea220d Parents: 6044892 Author: Gary Gregory <ggreg...@apache.org> Authored: Fri Dec 29 10:56:37 2017 -0700 Committer: Gary Gregory <ggreg...@apache.org> Committed: Fri Dec 29 10:56:37 2017 -0700 ---------------------------------------------------------------------- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-collections/blob/8b6dc36b/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 9ad5161..b4e6e7f 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -55,7 +55,7 @@ Web site spelling error: MultiValuedMapeList. </action> <action issue="COLLECTIONS-597" dev="ggregory" type="fix" due-to="Enrique"> - Correction of javadoc for org.apache.commons.collections4.functors.CatchAndRethrowClosure. + Correction of Javadoc for org.apache.commons.collections4.functors.CatchAndRethrowClosure. </action> <action issue="COLLECTIONS-589" dev="ggregory" type="add" due-to="Gary Gregory"> Add null-safe MapUtils.size(Map<?, ?>) method.