Browse Source

Suppress serial warning in JCacheCustomInterceptorTests

pull/576/merge
Sam Brannen 11 years ago
parent
commit
c60c1cec45
  1. 1
      spring-context-support/src/test/java/org/springframework/cache/jcache/config/JCacheCustomInterceptorTests.java

1
spring-context-support/src/test/java/org/springframework/cache/jcache/config/JCacheCustomInterceptorTests.java vendored

@ -134,6 +134,7 @@ public class JCacheCustomInterceptorTests { @@ -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