mirror of https://github.com/apache/lucene.git
fix compile
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1410922 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8354b41253
commit
7a60da69e7
|
@ -59,7 +59,7 @@ public class Lucene41SimpleDocValuesFormat extends SimpleDocValuesFormat {
|
|||
private final TreeMap<String, DocValues> docValues;
|
||||
|
||||
/**
|
||||
* Creates a new {@link Lucene41PerDocProducer} instance and loads all
|
||||
* Creates a new {@link Lucene41DocValuesReader} instance and loads all
|
||||
* {@link DocValues} instances for this segment and codec.
|
||||
*/
|
||||
public Lucene41DocValuesReader(SegmentReadState state) throws IOException {
|
||||
|
|
Loading…
Reference in New Issue