This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-collections.git
commit 9fd080442c35d58d5aa6b5aeed387c304a6b1d06 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Feb 16 15:16:01 2020 -0500 Javadoc. --- .../apache/commons/collections4/bloomfilter/hasher/DynamicHasher.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasher.java b/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasher.java index 5465d0a..23590bf 100644 --- a/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasher.java +++ b/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasher.java @@ -145,7 +145,7 @@ public class DynamicHasher implements Hasher { } /** - * Return an iterator of integers that are the bits to enable in the Bloom filter + * Gets an iterator of integers that are the bits to enable in the Bloom filter * based on the shape. The iterator may return the same value multiple times. There is * no guarantee made as to the order of the integers. *