mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-08 02:59:29 +00:00
Whitespace formatting
This commit is contained in:
parent
9bbfad5db3
commit
69cad46a92
@ -44,7 +44,7 @@ public abstract class AbstractBloomFilterTest<T extends BloomFilter> {
|
|||||||
new IncrementingHasher(17, 1)/* 17-33 */, new IncrementingHasher(33, 1)/* 33-49 */, new IncrementingHasher(50, 1)/* 50-66 */,
|
new IncrementingHasher(17, 1)/* 17-33 */, new IncrementingHasher(33, 1)/* 33-49 */, new IncrementingHasher(50, 1)/* 50-66 */,
|
||||||
new IncrementingHasher(67, 1)/* 67-83 */
|
new IncrementingHasher(67, 1)/* 67-83 */
|
||||||
);
|
);
|
||||||
protected final long[] fullHashValue = { 0xffffffffffffffffL, 0xfffffL };
|
protected final long[] fullHashValue = {0xffffffffffffffffL, 0xfffffL};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The shape of the Bloom filters for testing.
|
* The shape of the Bloom filters for testing.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user