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 2022/06/06 14:09:57 UTC

[commons-collections] branch master updated: Use java.lang.Objects#equals; eliminate a couple of nulls #307

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 c94947493 Use java.lang.Objects#equals; eliminate a couple of nulls #307
c94947493 is described below

commit c94947493c2f742718d1081f354ff934a8f24888
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Mon Jun 6 10:09:53 2022 -0400

    Use java.lang.Objects#equals; eliminate a couple of nulls #307
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 96f89ec1c..6d2dadae4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -97,6 +97,9 @@
     <action issue="COLLECTIONS-812" type="fix" dev="kinow" due-to="Ng Tsz Sum">
       Fix flaky EmptyPropertiesTest#testSave.
     </action>
+    <action type="fix" dev="ggregory" due-to="Steve Bosman">
+      Use java.lang.Objects#equals; eliminate a couple of nulls #307
+    </action>
     <!-- ADD -->
     <action issue="COLLECTIONS-760" dev="kinow" type="add" due-to="Isira Seneviratne">
       Add tests for MapUtils.