fixing
This commit is contained in:
parent
96da027e54
commit
e81f1b5d6e
1 changed files with 0 additions and 1 deletions
|
@ -158,7 +158,6 @@ public final class FluentBitSet implements Cloneable, Serializable, FluentBitSet
|
|||
* @throws IndexOutOfBoundsException if the specified index is negative.
|
||||
*/
|
||||
@Requires("valid_indexes")
|
||||
|
||||
public FluentBitSet clear(final int... bitIndexArray) {
|
||||
for (final int e : bitIndexArray) {
|
||||
this.bitSet.clear(e);
|
||||
|
|
Reference in a new issue