mirror of https://github.com/apache/lucene.git
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:
parent
a2218c398f
commit
4addc16415
|
@ -977,7 +977,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