Fix Checkstyle
This commit is contained in:
parent
b2ab60874a
commit
290d6d99a8
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue