Cleanup test

This commit is contained in:
Clément Fournier
2023-05-16 15:55:42 +02:00
committed by GitHub
parent 296d2596bd
commit 42ff3a331e

View File

@ -113,7 +113,7 @@ class SubE extends TopE { }
}
return result;
} catch (NullPointerException | InvalidCacheLoadException e) {
throw e; // <-- Violation
throw e;
} catch (CacheLoaderException e) {
throw new ExecutionException(e.getCause());
} catch (Exception e) {