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:
Robert Muir 2012-11-18 16:40:06 +00:00
parent 8354b41253
commit 7a60da69e7
1 changed files with 1 additions and 1 deletions

View File

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