mirror of https://github.com/apache/lucene.git
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:
parent
2a0484bd40
commit
78e306799d
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue