Suppress serial warning in JCacheCustomInterceptorTests

This commit is contained in:
Sam Brannen 2014-07-01 17:40:18 +02:00
parent f40d67cfec
commit c60c1cec45
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ public class JCacheCustomInterceptorTests {
* A test {@link org.springframework.cache.interceptor.CacheInterceptor} that handles special exception * A test {@link org.springframework.cache.interceptor.CacheInterceptor} that handles special exception
* types. * types.
*/ */
@SuppressWarnings("serial")
static class TestCacheInterceptor extends JCacheInterceptor { static class TestCacheInterceptor extends JCacheInterceptor {
@Override @Override