Fix copy-n-paste error in Javadoc in ResponseEntityExceptionHandler
Closes gh-22589
This commit is contained in:
parent
840d80b994
commit
9cf9d0fa21
|
|
@ -418,7 +418,7 @@ public abstract class ResponseEntityExceptionHandler {
|
|||
}
|
||||
|
||||
/**
|
||||
* Customize the response for NoHandlerFoundException.
|
||||
* Customize the response for AsyncRequestTimeoutException.
|
||||
* <p>This method delegates to {@link #handleExceptionInternal}.
|
||||
* @param ex the exception
|
||||
* @param headers the headers to be written to the response
|
||||
|
|
|
|||
Loading…
Reference in New Issue