Remove compiler warning
This commit is contained in:
parent
c1f1cac359
commit
1aad4da6b6
|
@ -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…
Reference in New Issue