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

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


    from fe783da49 Bump actions/cache from 3.0.7 to 3.0.8
     new 5a31023ea COLLECTIONS-831: Add BloomFilter clear() method
     new bf836c8df Test code cleanup
     new 6ba199c69 Removed obsolete file

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:
 .../bloomfilter/ArrayCountingBloomFilter.java      |  6 ++
 .../collections4/bloomfilter/BloomFilter.java      |  5 ++
 .../bloomfilter/SimpleBloomFilter.java             |  6 ++
 .../bloomfilter/SparseBloomFilter.java             |  5 ++
 .../bloomfilter/AbstractBitCountProducerTest.java  |  2 +-
 .../bloomfilter/AbstractBloomFilterTest.java       | 15 +++--
 .../bloomfilter/DefaultBloomFilterTest.java        |  5 ++
 .../collections4/bloomfilter/checkstyle.xml        | 67 ----------------------
 8 files changed, 38 insertions(+), 73 deletions(-)
 delete mode 100644 
src/test/java/org/apache/commons/collections4/bloomfilter/checkstyle.xml

Reply via email to