Suppress serial warning in JCacheCustomInterceptorTests

master
Sam Brannen 10 years ago
parent f40d67cfec
commit c60c1cec45
  1. 1
      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

Loading…
Cancel
Save