Skip to content

Commit c60c1ce

Browse files
committed
Suppress serial warning in JCacheCustomInterceptorTests
1 parent f40d67c commit c60c1ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ public JCacheInterceptor jCacheInterceptor(JCacheOperationSource cacheOperationS
134134
* A test {@link org.springframework.cache.interceptor.CacheInterceptor} that handles special exception
135135
* types.
136136
*/
137+
@SuppressWarnings("serial")
137138
static class TestCacheInterceptor extends JCacheInterceptor {
138139

139140
@Override

0 commit comments

Comments
 (0)