Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
benwtrent committed Apr 11, 2024
1 parent 407dc08 commit 8df6fb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lucene/core/src/java/org/apache/lucene/util/FixedBitSet.java
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ public FixedBitSet(int numBits) {
}

/**
* Creates a new FixedBitSet using the provided long[] array as backing store. The storedBits array
* must be large enough to accommodate the numBits specified, but may be larger. In that case the
* 'extra' or 'ghost' bits must be clear (or they may provoke spurious side-effects)
* Creates a new FixedBitSet using the provided long[] array as backing store. The storedBits
* array must be large enough to accommodate the numBits specified, but may be larger. In that
* 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 numBits the number of bits actually needed
Expand Down

0 comments on commit 8df6fb7

Please sign in to comment.