You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2020/01/09 07:20:07 UTC

[commons-collections] branch master updated (be28c1d -> 7b83356)

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

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


    from be28c1d  Use Objects.requireNonNull() instead of custom check. Minor formatting.
     add 33428eb  [COLLECTIONS-738]: Remove the redundant assertNull in IterableUtilsTest.find.
     add f6eba47  [COLLECTIONS-738]: Update JavaDoc of {IterableUtils,IteratorUtils}.find to clarify the parameter predicate must not be null.
     add 888058b  [COLLECTIONS-738]: Javadoc update in IterableUtils.
     add ea190a8  [COLLECTIONS-738]: add changes.xml entry
     add 7b83356  Merge branch 'pr-121'

No new revisions were added by this update.

Summary of changes:
 src/changes/changes.xml                                           | 3 +++
 src/main/java/org/apache/commons/collections4/IterableUtils.java  | 8 ++++----
 src/main/java/org/apache/commons/collections4/IteratorUtils.java  | 2 +-
 .../java/org/apache/commons/collections4/IterableUtilsTest.java   | 2 +-
 4 files changed, 9 insertions(+), 6 deletions(-)