Fix copy-n-paste error in Javadoc in ResponseEntityExceptionHandler

Closes gh-22589
This commit is contained in:
valery1707 2019-03-13 19:22:33 +03:00 committed by Sam Brannen
parent 840d80b994
commit 9cf9d0fa21
1 changed files with 1 additions and 1 deletions

View File

@ -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