mirror of https://github.com/apache/lucene.git
Tidy
This commit is contained in:
parent
927f081fb0
commit
fbea47b4f4
|
@ -128,9 +128,9 @@ public final class FixedBitSet extends BitSet {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a new FixedBitSet using the provided long[] array as backing store. The storedBits array
|
* Creates a new FixedBitSet using the provided long[] array as backing store. The storedBits
|
||||||
* must be large enough to accommodate the numBits specified, but may be larger. In that case the
|
* array must be large enough to accommodate the numBits specified, but may be larger. In that
|
||||||
* 'extra' or 'ghost' bits must be clear (or they may provoke spurious side-effects)
|
* case the 'extra' or 'ghost' bits must be clear (or they may provoke spurious side-effects)
|
||||||
*
|
*
|
||||||
* @param storedBits the array to use as backing store
|
* @param storedBits the array to use as backing store
|
||||||
* @param numBits the number of bits actually needed
|
* @param numBits the number of bits actually needed
|
||||||
|
|
Loading…
Reference in New Issue