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:
Michael McCandless 2011-06-05 16:56:18 +00:00
parent 451cc4079b
commit a9368ea98e
1 changed files with 1 additions and 1 deletions

View File

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