You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/04/28 13:42:50 UTC

[commons-collections] branch master updated: Improve MapUtils with the null checks, add JUnit for it and add Javadoc for the parameter indent. #126

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-collections.git


The following commit(s) were added to refs/heads/master by this push:
     new 7e32ab4  Improve MapUtils with the null checks, add JUnit for it and add Javadoc for the parameter indent. #126
7e32ab4 is described below

commit 7e32ab455466c1ffa4ae0a47ebfbd5d8571bd1ab
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Apr 28 09:42:45 2020 -0400

    Improve MapUtils with the null checks, add JUnit for it and add Javadoc
    for the parameter indent. #126
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c30a8f0..64a4112 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -169,6 +169,9 @@
     <action issue="COLLECTIONS-757" dev="ggregory" type="update" due-to="Chen">
       Update Javadoc in BidiMap classes #146.
     </action>
+    <action dev="ggregory" type="update" due-to="Chen">
+      Improve MapUtils with the null checks, add JUnit for it and add Javadoc for the parameter indent. #126.
+    </action>
   </release>
   <release version="4.4" date="2019-07-05" description="Maintenance release.">
     <action issue="COLLECTIONS-710" dev="ggregory" type="fix" due-to="Yu Shi, Gary Gregory">