Suppress serial warning in JCacheCustomInterceptorTests
This commit is contained in:
parent
f40d67cfec
commit
c60c1cec45
|
|
@ -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…
Reference in New Issue