diff --git a/server/src/main/java/org/opensearch/index/store/remote/filecache/FullFileCachedIndexInput.java b/server/src/main/java/org/opensearch/index/store/remote/filecache/FullFileCachedIndexInput.java index 269a3f0579455..9383c53d6d830 100644 --- a/server/src/main/java/org/opensearch/index/store/remote/filecache/FullFileCachedIndexInput.java +++ b/server/src/main/java/org/opensearch/index/store/remote/filecache/FullFileCachedIndexInput.java @@ -81,7 +81,6 @@ public IndexInput slice(String sliceDescription, long offset, long length) throw /** * Closes the index input and it's clones as well - * @throws IOException */ @Override public void close() throws IOException {