Skip to content

Commit 45cd711

Browse files
committed
[COLLECTIONS-857] Update documentation to match bloomfilter
implementation
1 parent 70c7a2a commit 45cd711

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/apache/commons/collections4/bloomfilter/package-info.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
*
3838
* <h3>BloomFilter</h3>
3939
*
40-
* <p>The Bloom filter architecture here is designed for speed of execution, so some methods like {@code merge}, {@code remove},
41-
* {@code add}, and {@code subtract} may throw exceptions. Once an exception is thrown the state of the Bloom filter is unknown.
40+
* <p>The Bloom filter architecture here is designed for speed of execution, so some methods like {@link org.apache.commons.collections4.bloomfilter.CountingBloomFilter}'s
41+
* {@code merge}, {@code remove}, {@code add}, and {@code subtract} may throw exceptions. Once an exception is thrown the state of the Bloom filter is unknown.
4242
* The choice to use not use atomic transactions was made to achieve maximum performance under correct usage.</p>
4343
*
4444
* <h4>Nomenclature</h4>

0 commit comments

Comments
 (0)