mirror of https://github.com/apache/lucene.git
fix java 1.6 code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/docvalues@1132457 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
451cc4079b
commit
a9368ea98e
|
@ -584,7 +584,7 @@ public class ParallelReader extends IndexReader {
|
|||
fields.put(field, perDocs.docValues(field));
|
||||
}
|
||||
|
||||
@Override
|
||||
//@Override -- not until Java 1.6
|
||||
public void close() throws IOException {
|
||||
// nothing to do here
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue