mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Suppress warnings in tests
This commit is contained in:
+1
@@ -36,6 +36,7 @@ import static org.mockito.Mockito.mock;
|
||||
public class CaffeineCacheManagerTests {
|
||||
|
||||
@Test
|
||||
@SuppressWarnings("cast")
|
||||
public void testDynamicMode() {
|
||||
CacheManager cm = new CaffeineCacheManager();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user