Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
Signed-off-by: Kiran Prakash <awskiran@amazon.com>
  • Loading branch information
kiranprakash154 committed Mar 14, 2024
1 parent 5676922 commit 8efb511
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -525,8 +525,8 @@ public void testStaleCount_OnRemovalNotificationOfStaleKey_DecrementsStaleCount(
// cache count should not be affected
assertEquals(2, cache.count());

OpenSearchDirectoryReader.DelegatingCacheHelper delegatingCacheHelper = (OpenSearchDirectoryReader.DelegatingCacheHelper) secondReader
.getReaderCacheHelper();
OpenSearchDirectoryReader.DelegatingCacheHelper delegatingCacheHelper =
(OpenSearchDirectoryReader.DelegatingCacheHelper) secondReader.getReaderCacheHelper();
String readerCacheKeyId = delegatingCacheHelper.getDelegatingCacheKey().getId();
IndicesRequestCache.Key key = new IndicesRequestCache.Key(
((IndexShard) secondEntity.getCacheIdentity()).shardId(),
Expand Down

0 comments on commit 8efb511

Please sign in to comment.