Skip to content

Commit

Permalink
spotless apply
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Alfonsi <[email protected]>
  • Loading branch information
Peter Alfonsi committed Jan 29, 2025
1 parent 36c7ba2 commit 0359de4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1636,8 +1636,7 @@ public void testEntryPoliciesConcurrentlyWithComputeIfAbsent() throws Exception
phaser.arriveAndAwaitAdvance();
ICacheKey<String> iCacheKey = getICacheKey(key);
tieredSpilloverCache.computeIfAbsent(iCacheKey, loader);
} catch (Exception ignored) {
} finally {
} catch (Exception ignored) {} finally {
countDownLatch.countDown();
}
});
Expand Down

0 comments on commit 0359de4

Please sign in to comment.