LUCENE-5969: correct TODOs

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5969@1633213 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2014-10-20 19:49:22 +00:00
parent b7a0314ef9
commit 784b2bd0cb
3 changed files with 6 additions and 6 deletions

View File

@ -36,8 +36,8 @@ import org.apache.lucene.codecs.lucene50.Lucene50PostingsWriter;
import org.apache.lucene.index.SegmentReadState;
import org.apache.lucene.index.SegmentWriteState;
// TODO: we could make separate base class that can wrapp
// any PostingsBaseFormat and make it ord-able...
// TODO: we could make separate base class that can wrap
// any PostingsFormat and make it ord-able...
/**
* Customized version of {@link Lucene50PostingsFormat} that uses

View File

@ -37,8 +37,8 @@ import org.apache.lucene.codecs.lucene50.Lucene50PostingsWriter;
import org.apache.lucene.index.SegmentReadState;
import org.apache.lucene.index.SegmentWriteState;
// TODO: we could make separate base class that can wrapp
// any PostingsBaseFormat and make it ord-able...
// TODO: we could make separate base class that can wrap
// any PostingsFormat and make it ord-able...
/**
* Customized version of {@link Lucene50PostingsFormat} that uses

View File

@ -37,8 +37,8 @@ import org.apache.lucene.codecs.lucene50.Lucene50PostingsWriter;
import org.apache.lucene.index.SegmentReadState;
import org.apache.lucene.index.SegmentWriteState;
// TODO: we could make separate base class that can wrapp
// any PostingsBaseFormat and make it ord-able...
// TODO: we could make separate base class that can wrap
// any PostingsFormat and make it ord-able...
/**
* Customized version of {@link Lucene50PostingsFormat} that uses