Fix Checkstyle

This commit is contained in:
Gary Gregory 2023-10-10 07:43:24 -04:00
parent b2ab60874a
commit 290d6d99a8
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ public class PassiveExpiringMapTest<K, V> extends AbstractMapTest<K, V> {
assertNotNull(map.get("a"));
try{
try {
Thread.sleep(2 * timeout);
} catch (final InterruptedException e) {
fail();