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


The following commit(s) were added to refs/heads/master by this push:
     new c11ade2fa Javadoc typo
c11ade2fa is described below

commit c11ade2fa153243b7d6a45beece6f0aa49015175
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Oct 18 18:05:41 2024 -0400

    Javadoc typo
---
 .../apache/commons/collections4/bloomfilter/BloomFilterExtractor.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/collections4/bloomfilter/BloomFilterExtractor.java
 
b/src/main/java/org/apache/commons/collections4/bloomfilter/BloomFilterExtractor.java
index 3fcc0026f..4abbf336f 100644
--- 
a/src/main/java/org/apache/commons/collections4/bloomfilter/BloomFilterExtractor.java
+++ 
b/src/main/java/org/apache/commons/collections4/bloomfilter/BloomFilterExtractor.java
@@ -118,7 +118,7 @@ public interface BloomFilterExtractor {
      * Applies the {@code func} to each Bloom filter pair in order. Will apply 
all
      * of the Bloom filters from the other BloomFilterExtractor to this 
extractor. If
      * either {@code this} extractor or {@code other} extractor has fewer 
BloomFilters
-     * ths method will provide {@code null} for all excess calls to the {@code 
func}.
+     * the method will provide {@code null} for all excess calls to the {@code 
func}.
      *
      * <p><em>This implementation returns references to the Bloom filter.  
Other implementations
      * should specify if the array contains deep copies, immutable instances,

Reply via email to