mirror of https://github.com/apache/lucene.git
fix stale comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1588483 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1c208440f3
commit
de8ca2551f
|
@ -214,7 +214,7 @@ public abstract class PerFieldDocValuesFormat extends DocValuesFormat {
|
||||||
|
|
||||||
public FieldsReader(final SegmentReadState readState) throws IOException {
|
public FieldsReader(final SegmentReadState readState) throws IOException {
|
||||||
|
|
||||||
// Read _X.per and init each format:
|
// Init each unique format:
|
||||||
boolean success = false;
|
boolean success = false;
|
||||||
try {
|
try {
|
||||||
// Read field name -> format name
|
// Read field name -> format name
|
||||||
|
|
Loading…
Reference in New Issue