mirror of https://github.com/apache/lucene.git
Remove confusing stale comment
This commit is contained in:
parent
517acece6a
commit
4bb4c48bff
|
@ -692,7 +692,7 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
||||||
// true if this is a 4.9+ index
|
// true if this is a 4.9+ index
|
||||||
final boolean is49Index = MultiFields.getMergedFieldInfos(reader).fieldInfo("dvSortedNumeric") != null;
|
final boolean is49Index = MultiFields.getMergedFieldInfos(reader).fieldInfo("dvSortedNumeric") != null;
|
||||||
|
|
||||||
assert is40Index; // NOTE: currently we can only do this on trunk!
|
assert is40Index;
|
||||||
|
|
||||||
final Bits liveDocs = MultiFields.getLiveDocs(reader);
|
final Bits liveDocs = MultiFields.getLiveDocs(reader);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue