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 2020/11/20 02:32:09 UTC

[commons-collections] branch master updated (70fba6c -> 0d10d91)

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 70fba6c  Merge branch 'master' of https://ggregory@gitbox.apache.org/repos/asf/commons-collections
     add 0d10d91  Removed constructors that set initial values (#162)

No new revisions were added by this update.

Summary of changes:
 .../bloomfilter/ArrayCountingBloomFilter.java      |  22 ---
 .../bloomfilter/BitSetBloomFilter.java             |  12 --
 .../bloomfilter/ArrayCountingBloomFilterTest.java  | 149 ++++++++++++---------
 .../bloomfilter/BitSetBloomFilterTest.java         |   4 +-
 4 files changed, 86 insertions(+), 101 deletions(-)