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/07 16:08:24 UTC

[commons-collections] branch master updated: Fixed the typo and deal the NPE with Objects.requireNonNull #118.

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 e691ad7  Fixed the typo and deal the NPE with Objects.requireNonNull #118.
e691ad7 is described below

commit e691ad7c23c518b7437cd023727c8379e369b8c0
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Apr 7 12:08:20 2020 -0400

    Fixed the typo and deal the NPE with Objects.requireNonNull #118.
---
 src/changes/changes.xml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7f33a4f..0e87066 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -136,10 +136,13 @@
       MultiKey.getKeys class cast exception.
     </action>
     <action issue="COLLECTIONS-748" dev="ggregory" type="update" due-to="Gary Gregory">
-    Let org.apache.commons.collections4.properties.[Sorted]PropertiesFactory accept XML input.
+      Let org.apache.commons.collections4.properties.[Sorted]PropertiesFactory accept XML input.
     </action>
     <action type="update" dev="ggregory" due-to="Gary Gregory">
-    Update tests from Apache Commons Lang 3.9 to 3.10.
+      Update tests from Apache Commons Lang 3.9 to 3.10.
+    </action>
+    <action dev="ggregory" type="update" due-to="Chen">
+      Fixed the typo and deal the NPE with Objects.requireNonNull #118.
     </action>
   </release>
   <release version="4.4" date="2019-07-05" description="Maintenance release.">