Delete unnecessary @SuppressWarnings("unused")

This commit is contained in:
Sam Brannen
2013-10-31 13:43:38 +01:00
parent 2e6c998168
commit c3afda3992

View File

@@ -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 {