Suppress warning in ServletAnnotationControllerHandlerMethodTests
This commit is contained in:
parent
afe42cd2a2
commit
d31f3ee0b2
|
@ -2410,6 +2410,7 @@ public class ServletAnnotationControllerHandlerMethodTests extends AbstractServl
|
|||
}
|
||||
|
||||
@ResponseStatus(HttpStatus.NOT_FOUND)
|
||||
@SuppressWarnings("serial")
|
||||
private static class NotFoundException extends RuntimeException {
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue