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 4894606d6 Bump github/codeql-action from 3.25.10 to 3.25.11 (#510)
new 71a3d088c [Functional] FunctorUtils.validate(Closure...) is now
FunctorUtils.validate(Consumer...)
new 14fa6cab9 Migrate from deprecated API
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:
src/changes/changes.xml | 1 +
.../java/org/apache/commons/collections4/IteratorUtils.java | 4 ++--
.../commons/collections4/functors/ChainedClosure.java | 2 +-
.../commons/collections4/functors/ClosureTransformer.java | 2 +-
.../apache/commons/collections4/functors/ForClosure.java | 2 +-
.../apache/commons/collections4/functors/FunctorUtils.java | 13 +++++++------
.../org/apache/commons/collections4/functors/IfClosure.java | 4 ++--
.../apache/commons/collections4/functors/SwitchClosure.java | 4 ++--
.../apache/commons/collections4/functors/WhileClosure.java | 4 ++--
9 files changed, 19 insertions(+), 17 deletions(-)