Skip to content

Commit c4ad5f5

Browse files
committed
Javadoc: Fix double the
1 parent c1f3cb2 commit c4ad5f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/apache/commons/collections4/bloomfilter/LayerManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)