Remove compiler warning

master
Stephane Nicoll 10 years ago
parent c1f1cac359
commit 1aad4da6b6
  1. 1
      spring-webmvc/src/test/java/org/springframework/web/servlet/config/annotation/WebMvcConfigurationSupportTests.java

@ -370,6 +370,7 @@ public class WebMvcConfigurationSupportTests {
@ResponseStatus(value = HttpStatus.BAD_REQUEST, reason = "exception.user.exists")
@SuppressWarnings("serial")
public static class UserAlreadyExistsException extends RuntimeException {
}

Loading…
Cancel
Save