Skip to content

Commit 7ea9533

Browse files
author
Peter Alfonsi
committed
spotlessApply after merge conflict
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
1 parent 125496b commit 7ea9533

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/cache-common/src/test/java/org/opensearch/cache/common/tier/TieredSpilloverCacheTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1522,7 +1522,7 @@ public boolean equals(String object, byte[] bytes) {
15221522
return object.equals(deserialize(bytes));
15231523
}
15241524
}
1525-
1525+
15261526
private ImmutableCacheStats getTotalStatsSnapshot(TieredSpilloverCache<?, ?> tsc) throws IOException {
15271527
ImmutableCacheStatsHolder cacheStats = tsc.stats(new String[0]);
15281528
return cacheStats.getStatsForDimensionValues(List.of());

0 commit comments

Comments
 (0)