mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-27 01:19:02 +00:00
Remove compiler warning
This commit is contained in:
+1
@@ -370,6 +370,7 @@ public class WebMvcConfigurationSupportTests {
|
||||
|
||||
|
||||
@ResponseStatus(value = HttpStatus.BAD_REQUEST, reason = "exception.user.exists")
|
||||
@SuppressWarnings("serial")
|
||||
public static class UserAlreadyExistsException extends RuntimeException {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user