From c3afda3992789515c6f5aa38e66ffa86e988ec89 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Thu, 31 Oct 2013 13:43:38 +0100 Subject: [PATCH] Delete unnecessary @SuppressWarnings("unused") --- .../simp/handler/SimpAnnotationMethodIntegrationTests.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/spring-messaging/src/test/java/org/springframework/messaging/simp/handler/SimpAnnotationMethodIntegrationTests.java b/spring-messaging/src/test/java/org/springframework/messaging/simp/handler/SimpAnnotationMethodIntegrationTests.java index 846a813c15..b993a64e5f 100644 --- a/spring-messaging/src/test/java/org/springframework/messaging/simp/handler/SimpAnnotationMethodIntegrationTests.java +++ b/spring-messaging/src/test/java/org/springframework/messaging/simp/handler/SimpAnnotationMethodIntegrationTests.java @@ -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 {