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
|
* 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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue