Remove compiler warning

This commit is contained in:
Stephane Nicoll 2014-12-02 14:18:22 +01:00
parent c1f1cac359
commit 1aad4da6b6
1 changed files with 1 additions and 0 deletions

View File

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