Fix incorrect Interface override

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1060415 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2011-01-18 15:25:38 +00:00
parent 2a0484bd40
commit 78e306799d
1 changed files with 0 additions and 1 deletions

View File

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