See gh-25875
This commit is contained in:
izeye
2021-04-02 22:58:03 +09:00
committed by Stephane Nicoll
parent 0005263f76
commit 852e5778a3
11 changed files with 15 additions and 15 deletions

View File

@@ -402,8 +402,8 @@ public abstract class AbstractWebMvcEndpointHandlerMapping extends RequestMappin
}
/**
* Nested exception used to wrap a {@link InvalidEndpointRequestException} and provide
* a {@link HttpStatus#BAD_REQUEST} status.
* Nested exception used to wrap an {@link InvalidEndpointRequestException} and
* provide a {@link HttpStatus#BAD_REQUEST} status.
*/
private static class InvalidEndpointBadRequestException extends ResponseStatusException {