mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Delete unnecessary @SuppressWarnings("unused")
This commit is contained in:
-2
@@ -138,7 +138,6 @@ public class SimpAnnotationMethodIntegrationTests extends AbstractWebSocketInteg
|
||||
}
|
||||
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
@IntegrationTestController
|
||||
static class SimpleController {
|
||||
|
||||
@@ -161,7 +160,6 @@ public class SimpAnnotationMethodIntegrationTests extends AbstractWebSocketInteg
|
||||
|
||||
}
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
@IntegrationTestController
|
||||
static class IncrementController {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user