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 a48c70325 Javadoc fixes
a48c70325 is described below
commit a48c70325e1877fcd8b7c5ced0e1da46fdce0074
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jan 13 14:41:50 2023 -0500
Javadoc fixes
---
.../java/org/apache/commons/collections4/bloomfilter/BloomFilter.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/commons/collections4/bloomfilter/BloomFilter.java
b/src/main/java/org/apache/commons/collections4/bloomfilter/BloomFilter.java
index d256a927b..acd503264 100644
--- a/src/main/java/org/apache/commons/collections4/bloomfilter/BloomFilter.java
+++ b/src/main/java/org/apache/commons/collections4/bloomfilter/BloomFilter.java
@@ -112,7 +112,7 @@ public interface BloomFilter extends IndexProducer,
BitMapProducer {
* Returns {@code true} if this filter contains the bits specified in the
bit maps produced by the
* bitMapProducer.
*
- * @param bitMapProducer the the {@code BitMapProducer} to provide the bit
maps.
+ * @param bitMapProducer the {@code BitMapProducer} to provide the bit
maps.
* @return {@code true} if this filter is enabled for all bits specified
by the bit maps
*/
default boolean contains(final BitMapProducer bitMapProducer) {