Skip to content

Commit c3afda3

Browse files
committed
Delete unnecessary @SuppressWarnings("unused")
1 parent 2e6c998 commit c3afda3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spring-messaging/src/test/java/org/springframework/messaging/simp/handler/SimpAnnotationMethodIntegrationTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ public void sendMessageToBrokerAndReceiveReplyViaTopic() throws Exception {
138138
}
139139

140140

141-
@SuppressWarnings("unused")
142141
@IntegrationTestController
143142
static class SimpleController {
144143

@@ -161,7 +160,6 @@ public void handleException(IllegalArgumentException ex) {
161160

162161
}
163162

164-
@SuppressWarnings("unused")
165163
@IntegrationTestController
166164
static class IncrementController {
167165

0 commit comments

Comments
 (0)