From 8b6dc36b3732419de921c9205f9592c52dea220d Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Fri, 29 Dec 2017 10:56:37 -0700 Subject: [PATCH] Fix typo. --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 9ad516181..b4e6e7faf 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -55,7 +55,7 @@ Web site spelling error: MultiValuedMapeList. - Correction of javadoc for org.apache.commons.collections4.functors.CatchAndRethrowClosure. + Correction of Javadoc for org.apache.commons.collections4.functors.CatchAndRethrowClosure. Add null-safe MapUtils.size(Map<?, ?>) method.