Format. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1755218 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/796114ea Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/796114ea Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/796114ea Branch: refs/heads/master Commit: 796114ea4a9cc57ab17170536e1caa5933520c47 Parents: 1792c34 Author: Gary D. Gregory <[email protected]> Authored: Thu Aug 4 17:28:08 2016 +0000 Committer: Gary D. Gregory <[email protected]> Committed: Thu Aug 4 17:28:08 2016 +0000 ---------------------------------------------------------------------- src/changes/changes.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-collections/blob/796114ea/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 88b3751..a3d12e3 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -21,9 +21,9 @@ </properties> <body> <release version="4.2" date="YYYY-MM-DD" description="New features"> - <action issue="COLLECTIONS-589" dev="ggregory" type="add" due-to="Gary Gregory"> + <action issue="COLLECTIONS-589" dev="ggregory" type="add" due-to="Gary Gregory"> Add null-safe MapUtils.size(Map<?, ?>) method. - </action> + </action> </release> <release version="4.1" date="2015-11-28" description="This is a security and minor release."> <action issue="COLLECTIONS-508" dev="tn" type="add">
