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

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


    from 30e627659 Migrate toward java.util.function
     new f46a46b53 Sort members
     new d97bab862 Remove redundant keywords

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../collections4/functors/AndPredicate.java        | 22 ++++++------
 .../collections4/functors/EqualPredicate.java      | 20 +++++------
 .../collections4/functors/ExceptionPredicate.java  | 18 +++++-----
 .../collections4/functors/FalsePredicate.java      | 18 +++++-----
 .../collections4/functors/FunctorUtils.java        | 42 +++++++++++-----------
 .../collections4/functors/IdentityPredicate.java   | 20 +++++------
 .../collections4/functors/InstanceofPredicate.java | 20 +++++------
 .../collections4/functors/NotNullPredicate.java    | 18 +++++-----
 .../collections4/functors/NotPredicate.java        | 22 ++++++------
 .../functors/NullIsExceptionPredicate.java         | 24 ++++++-------
 .../functors/NullIsFalsePredicate.java             | 24 ++++++-------
 .../collections4/functors/NullIsTruePredicate.java | 24 ++++++-------
 .../collections4/functors/NullPredicate.java       | 18 +++++-----
 .../commons/collections4/functors/OrPredicate.java | 22 ++++++------
 .../functors/TransformedPredicate.java             | 26 +++++++-------
 .../functors/TransformerPredicate.java             | 20 +++++------
 .../collections4/functors/TruePredicate.java       | 18 +++++-----
 .../collections4/bidimap/AbstractBidiMapTest.java  |  8 ++---
 .../bidimap/AbstractOrderedBidiMapTest.java        |  6 ++--
 .../collections4/list/AbstractListTest.java        |  6 ++--
 .../collections4/map/AbstractIterableMapTest.java  |  8 ++---
 .../collections4/map/AbstractOrderedMapTest.java   |  6 ++--
 .../commons/collections4/map/Flat3MapTest.java     |  8 ++---
 .../commons/collections4/map/LinkedMapTest.java    |  4 +--
 .../collections4/map/ListOrderedMap2Test.java      |  4 +--
 .../collections4/map/ListOrderedMapTest.java       |  8 ++---
 26 files changed, 217 insertions(+), 217 deletions(-)

Reply via email to