mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 22:19:03 +00:00
Fix warning
This commit is contained in:
+1
@@ -113,6 +113,7 @@ public class CustomInterceptorTests {
|
||||
* A test {@link CacheInterceptor} that handles special exception
|
||||
* types.
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
static class TestCacheInterceptor extends CacheInterceptor {
|
||||
|
||||
@Override
|
||||
|
||||
+1
@@ -410,6 +410,7 @@ public class AsyncExecutionTests {
|
||||
|
||||
|
||||
@Async
|
||||
@SuppressWarnings("serial")
|
||||
public static class AsyncClassBean implements Serializable, DisposableBean {
|
||||
|
||||
public void doSomething(int i) {
|
||||
|
||||
Reference in New Issue
Block a user