From 2f3f5deb648e1aec8dd28d8819421e4b06c58e23 Mon Sep 17 00:00:00 2001 From: Kiran Prakash Date: Tue, 12 Mar 2024 12:41:14 -0700 Subject: [PATCH] Update IndicesRequestCache.java Signed-off-by: Kiran Prakash --- .../main/java/org/opensearch/indices/IndicesRequestCache.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/main/java/org/opensearch/indices/IndicesRequestCache.java b/server/src/main/java/org/opensearch/indices/IndicesRequestCache.java index 203ba54caa058..1dafe58c73b1a 100644 --- a/server/src/main/java/org/opensearch/indices/IndicesRequestCache.java +++ b/server/src/main/java/org/opensearch/indices/IndicesRequestCache.java @@ -715,7 +715,7 @@ private boolean canSkipCacheCleanup(double cleanThresholdPercent) { /** * Calculates and returns the percentage of stale keys in the cache. - *

+ * * @return The percentage of stale keys in the cache as a double. Returns 0 if there are no keys in the cache or no stale keys. */ private double staleKeysInCachePercentage() {