Remove trailing whitespace

This commit is contained in:
Alex Herbert 2020-03-15 23:43:12 +00:00
parent 7b15598da0
commit 142d53a6a5
1 changed files with 3 additions and 3 deletions

View File

@ -29,20 +29,20 @@ import org.apache.commons.collections4.bloomfilter.hasher.StaticHasher;
/**
* A counting Bloom filter using an array to track counts for each enabled bit
* index.
*
*
* <p>Any operation that results in negative counts or integer overflow of
* counts will mark this filter as invalid. This transition is not reversible.
* The operation is completed in full, no exception is raised and the state is
* set to invalid. This allows the counts for the filter immediately prior to the
* operation that created the invalid state to be recovered. See the documentation
* in {@link #isValid()} for details.
*
*
* <p>All the operations in the filter assume the counts are currently valid,
* for example cardinality or contains operations. Behaviour of an invalid
* filter is undefined. It will no longer function identically to a standard
* Bloom filter that is the merge of all the Bloom filters that have been added
* to and not later subtracted from the counting Bloom filter.
*
*
* <p>The maximum supported number of items that can be stored in the filter is
* limited by the maximum array size combined with the {@link Shape}. For
* example an implementation using a {@link Shape} with a false-positive