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/20 20:44:34 UTC

[commons-lang] 01/03: Simplify null checks in Pair.hashCode() using Objects.hashCode(). #517.

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-lang.git

commit a1531bcd1e25f0fdf92743c65e01bf9d716d5868
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Apr 20 10:12:21 2020 -0400

    Simplify null checks in Pair.hashCode() using Objects.hashCode(). #517.
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b36abca..0c7f17f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -49,6 +49,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                   type="fix" dev="kinow" due-to="contextshuffling">Fix Javdoc for StringUtils.appendIfMissingIgnoreCase() #507.</action>
     <action                   type="update" dev="ggregory">org.junit-pioneer:junit-pioneer 0.5.4 -> 0.5.6.</action>
     <action                   type="update" dev="ggregory">org.junit.jupiter:junit-jupiter 5.6.0 -> 5.6.1.</action>
+    <action                   type="update" dev="ggregory" due-to="Isira Seneviratne">Simplify null checks in Pair.hashCode() using Objects.hashCode(). #517.</action>
   </release>
 
   <release version="3.10" date="2020-03-22" description="New features and bug fixes. Requires Java 8, supports Java 9, 10, 11.">