Suppress warning in ServletAnnotationControllerHandlerMethodTests

This commit is contained in:
Sam Brannen 2015-04-16 17:50:29 +02:00
parent afe42cd2a2
commit d31f3ee0b2
1 changed files with 1 additions and 0 deletions

View File

@ -2410,6 +2410,7 @@ public class ServletAnnotationControllerHandlerMethodTests extends AbstractServl
}
@ResponseStatus(HttpStatus.NOT_FOUND)
@SuppressWarnings("serial")
private static class NotFoundException extends RuntimeException {
}
}