Skip to content

Commit

Permalink
apply spotless check
Browse files Browse the repository at this point in the history
Signed-off-by: Rishikesh1159 <[email protected]>
  • Loading branch information
Rishikesh1159 committed Feb 19, 2024
1 parent 04de017 commit b58f5d2
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,11 @@ public IndexInput fetchBlob(List<BlobFetchRequest> blobFetchRequestList) throws
}

@SuppressWarnings("removal")
private static FileCachedIndexInput createIndexInput(FileCache fileCache, BlobContainer blobContainer, List<BlobFetchRequest> requestList) {
private static FileCachedIndexInput createIndexInput(
FileCache fileCache,
BlobContainer blobContainer,
List<BlobFetchRequest> requestList
) {
// We need to do a privileged action here in order to fetch from remote
// and write to the local file cache in case this is invoked as a side
// effect of a plugin (such as a scripted search) that doesn't have the
Expand Down

0 comments on commit b58f5d2

Please sign in to comment.