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/03/04 14:04:58 UTC

[commons-collections] branch master updated: Use Java 8 and method reference. #274

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 dd69e59  Use Java 8 and method reference. #274
dd69e59 is described below

commit dd69e59fcd2bdd552ae36b0b35636381569c7184
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Mar 4 09:04:56 2022 -0500

    Use Java 8 and method reference. #274
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 205857d..319c419 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -82,6 +82,9 @@
     <action issue="COLLECTIONS-799" type="fix" dev="kinow" due-to="Stefano Cordio">
       UnmodifiableNavigableSet can be modified by pollFirst() and pollLast().
     </action>
+    <action type="fix" dev="ggregory" due-to="Arturo Bernal">
+      Use Java 8 and method reference. #274.
+    </action>
     <!-- ADD -->
     <action issue="COLLECTIONS-760" dev="kinow" type="add" due-to="Isira Seneviratne">
       Add tests for MapUtils.