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 e20e373 Merge branch 'pr-114' new 3d8d96c [COLLECTIONS-737]: Return 0 immeditaly if the given iterable is null in IterableUtils#size. Update tests. new 5e140e5 [COLLECTIONS-737]: Add changelog new 45ea11a Merge branch 'pr-120' The 3 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 | 3 +++ src/main/java/org/apache/commons/collections4/IterableUtils.java | 3 +++ .../java/org/apache/commons/collections4/FluentIterableTest.java | 6 ------ .../java/org/apache/commons/collections4/IterableUtilsTest.java | 5 +++++ 4 files changed, 11 insertions(+), 6 deletions(-)