From 901849b17a3b60a9f9ca690664780b77fbc64399 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 {