From c60c1cec4548c76975182bc54a5532c899b956c6 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Tue, 1 Jul 2014 17:40:18 +0200 Subject: [PATCH] Suppress serial warning in JCacheCustomInterceptorTests --- .../cache/jcache/config/JCacheCustomInterceptorTests.java | 1 + 1 file changed, 1 insertion(+) 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