You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/02/16 20:16:12 UTC

[commons-collections] 06/06: Javadoc.

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 <ga...@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.
      *