Fix incorrect Interface override

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1062409 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2011-01-23 12:27:51 +00:00
parent a2218c398f
commit 4addc16415
1 changed files with 0 additions and 1 deletions

View File

@ -977,7 +977,6 @@ public class IndexWriter implements Closeable {
* @throws CorruptIndexException if the index is corrupt * @throws CorruptIndexException if the index is corrupt
* @throws IOException if there is a low-level IO error * @throws IOException if there is a low-level IO error
*/ */
@Override
public void close() throws CorruptIndexException, IOException { public void close() throws CorruptIndexException, IOException {
close(true); close(true);
} }