mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-08 11:05:46 +00:00
Remove extra whitespace
This commit is contained in:
parent
08b4cdb884
commit
f92f427c71
@ -156,7 +156,7 @@ public class LayeredBloomFilterTest extends AbstractBloomFilterTest<LayeredBloom
|
||||
* @param maxDepth The maximum depth of layers.
|
||||
* @return An empty layered Bloom filter of the specified shape and depth.
|
||||
*/
|
||||
public static LayeredBloomFilter<BloomFilter> fixed(final Shape shape, final int maxDepth) {
|
||||
public static LayeredBloomFilter<BloomFilter> fixed(final Shape shape, final int maxDepth) {
|
||||
return fixed(shape, maxDepth, () -> new SimpleBloomFilter(shape));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user