From 7ea9533cb32026bd1e92040e06d0e43dc2a0ff76 Mon Sep 17 00:00:00 2001 From: Peter Alfonsi Date: Wed, 5 Jun 2024 10:01:48 -0700 Subject: [PATCH] spotlessApply after merge conflict Signed-off-by: Peter Alfonsi --- .../opensearch/cache/common/tier/TieredSpilloverCacheTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cache-common/src/test/java/org/opensearch/cache/common/tier/TieredSpilloverCacheTests.java b/modules/cache-common/src/test/java/org/opensearch/cache/common/tier/TieredSpilloverCacheTests.java index 89734e5e0310c..21ba6f8a51a94 100644 --- a/modules/cache-common/src/test/java/org/opensearch/cache/common/tier/TieredSpilloverCacheTests.java +++ b/modules/cache-common/src/test/java/org/opensearch/cache/common/tier/TieredSpilloverCacheTests.java @@ -1522,7 +1522,7 @@ public boolean equals(String object, byte[] bytes) { return object.equals(deserialize(bytes)); } } - + private ImmutableCacheStats getTotalStatsSnapshot(TieredSpilloverCache tsc) throws IOException { ImmutableCacheStatsHolder cacheStats = tsc.stats(new String[0]); return cacheStats.getStatsForDimensionValues(List.of());