From 4bb4c48bff82027f63aed979d482fb4f831778c9 Mon Sep 17 00:00:00 2001 From: Shalin Shekhar Mangar Date: Fri, 4 Mar 2016 18:38:22 +0530 Subject: [PATCH] Remove confusing stale comment --- .../org/apache/lucene/index/TestBackwardsCompatibility.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java b/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java index 3ff4651775d..68b32d315fa 100644 --- a/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java +++ b/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java @@ -692,7 +692,7 @@ public class TestBackwardsCompatibility extends LuceneTestCase { // true if this is a 4.9+ index 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);