Fix warning

This commit is contained in:
Stephane Nicoll
2014-06-27 11:04:41 +02:00
parent bc714888c4
commit 17d15cc495
2 changed files with 2 additions and 0 deletions

View File

@@ -113,6 +113,7 @@ public class CustomInterceptorTests {
* A test {@link CacheInterceptor} that handles special exception
* types.
*/
@SuppressWarnings("serial")
static class TestCacheInterceptor extends CacheInterceptor {
@Override

View File

@@ -410,6 +410,7 @@ public class AsyncExecutionTests {
@Async
@SuppressWarnings("serial")
public static class AsyncClassBean implements Serializable, DisposableBean {
public void doSomething(int i) {