Claudenw commented on a change in pull request #258:
URL: 
https://github.com/apache/commons-collections/pull/258#discussion_r804882480



##########
File path: 
src/main/java/org/apache/commons/collections4/bloomfilter/hasher/filter/package-info.java
##########
@@ -16,9 +16,11 @@
  */
 
 /**
- * Provides implementations of the Bloom filter
- * {@link org.apache.commons.collections4.bloomfilter.hasher.HashFunction 
HashFunction} interface.
- *
+ * Hasher Filter implementations and tools.
+ * <p>
+ * The classes and interfaces found in this package are intended to filter 
duplicates
+ * values from the {@code hasher.indices} methods.  Developers of hashers are 
expected to use
+ * the {@code Filter} implementation to perform the filtering.
  * @since 4.5
  */
-package org.apache.commons.collections4.bloomfilter.hasher.function;
+package org.apache.commons.collections4.bloomfilter.hasher.filter;

Review comment:
       Moved all classes into bloomfilter directory.




-- 
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]


Reply via email to