Skip to content

Commit 1aad4da

Browse files
committed
Remove compiler warning
1 parent c1f1cac commit 1aad4da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-webmvc/src/test/java/org/springframework/web/servlet/config/annotation/WebMvcConfigurationSupportTests.java

+1
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ public void handle() {
370370

371371

372372
@ResponseStatus(value = HttpStatus.BAD_REQUEST, reason = "exception.user.exists")
373+
@SuppressWarnings("serial")
373374
public static class UserAlreadyExistsException extends RuntimeException {
374375
}
375376

0 commit comments

Comments
 (0)