mirror of https://github.com/apache/lucene.git
use FixedBitSet.close()
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1531196 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
69a05f19c4
commit
2da0337641
|
@ -49,7 +49,7 @@ public class TestScoredDocIDsUtils extends FacetTestCase {
|
|||
bits.flip(idx, idx + 1);
|
||||
}
|
||||
|
||||
FixedBitSet verify = new FixedBitSet(bits);
|
||||
FixedBitSet verify = bits.clone();
|
||||
|
||||
ScoredDocIDs scoredDocIDs = ScoredDocIdsUtils.createScoredDocIds(bits, n);
|
||||
|
||||
|
|
Loading…
Reference in New Issue