diff --git a/spring-context-support/src/test/java/org/springframework/cache/jcache/config/JCacheCustomInterceptorTests.java b/spring-context-support/src/test/java/org/springframework/cache/jcache/config/JCacheCustomInterceptorTests.java index a03f6e5ebf..885ae943e5 100644 --- a/spring-context-support/src/test/java/org/springframework/cache/jcache/config/JCacheCustomInterceptorTests.java +++ b/spring-context-support/src/test/java/org/springframework/cache/jcache/config/JCacheCustomInterceptorTests.java @@ -134,6 +134,7 @@ public class JCacheCustomInterceptorTests { * A test {@link org.springframework.cache.interceptor.CacheInterceptor} that handles special exception * types. */ + @SuppressWarnings("serial") static class TestCacheInterceptor extends JCacheInterceptor { @Override