Claudenw commented on code in PR #492: URL: https://github.com/apache/commons-collections/pull/492#discussion_r1616149923
########## src/main/java/org/apache/commons/collections4/bloomfilter/package-info.java: ########## @@ -83,7 +113,8 @@ * * <h3>Shape</h3> * - * <p>The Shape describes the Bloom filter using the number of bits and the number of hash functions</p> + * <p>The Shape describes the Bloom filter using the number of bits and the number of hash functions. It can be specified + * by the number of exptected items and desired false positive rate.</p> Review Comment: fixed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
