mirror of https://github.com/apache/lucene.git
fix misleading code comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1670539 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
86bea1d123
commit
7c10df8b65
|
@ -49,7 +49,7 @@ import org.apache.lucene.util.IOUtils;
|
|||
|
||||
public final class OrdsBlockTreeTermsReader extends FieldsProducer {
|
||||
|
||||
// Open input to the main terms dict file (_X.tiv)
|
||||
// Open input to the main terms dict file (_X.tio)
|
||||
final IndexInput in;
|
||||
|
||||
//private static final boolean DEBUG = BlockTreeTermsWriter.DEBUG;
|
||||
|
|
Loading…
Reference in New Issue