Delete unnecessary @SuppressWarnings("unused")

master
Sam Brannen 11 years ago
parent 2e6c998168
commit c3afda3992
  1. 2
      spring-messaging/src/test/java/org/springframework/messaging/simp/handler/SimpAnnotationMethodIntegrationTests.java

@ -138,7 +138,6 @@ public class SimpAnnotationMethodIntegrationTests extends AbstractWebSocketInteg
} }
@SuppressWarnings("unused")
@IntegrationTestController @IntegrationTestController
static class SimpleController { static class SimpleController {
@ -161,7 +160,6 @@ public class SimpAnnotationMethodIntegrationTests extends AbstractWebSocketInteg
} }
@SuppressWarnings("unused")
@IntegrationTestController @IntegrationTestController
static class IncrementController { static class IncrementController {

Loading…
Cancel
Save