File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/org/apache/commons/collections4/bloomfilter Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ public static <T extends BloomFilter<T>> Consumer<Deque<T>> noCleanup() {
138138 }
139139
140140 /**
141- * Removes the earliest filters in the list when the the number of filters
141+ * Removes the earliest filters in the list when the number of filters
142142 * exceeds maxSize.
143143 *
144144 * @param <T> Type of BloomFilter.
@@ -292,7 +292,7 @@ public static <T extends BloomFilter<T>> Builder<T> builder() {
292292 /**
293293 * Constructs a new instance.
294294 *
295- * @param filterSupplier the non-null supplier of new Bloom filters to add the the list
295+ * @param filterSupplier the non-null supplier of new Bloom filters to add the list
296296 * when necessary.
297297 * @param extendCheck The non-null predicate that checks if a new filter should be
298298 * added to the list.
You can’t perform that action at this time.
0 commit comments