From 57eca38100a57483441dc32e4df0722628af8031 Mon Sep 17 00:00:00 2001 From: Shreyansh Ray Date: Mon, 17 Jun 2024 15:07:50 +0530 Subject: [PATCH] Minor precommit fixes Signed-off-by: Shreyansh Ray --- .../index/store/remote/filecache/FullFileCachedIndexInput.java | 1 - 1 file changed, 1 deletion(-) 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 {