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:
Robert Muir 2015-04-01 01:40:31 +00:00
parent 86bea1d123
commit 7c10df8b65
1 changed files with 1 additions and 1 deletions

View File

@ -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;