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() {