Skip to content

Commit

Permalink
Fix copy-n-paste error in Javadoc in ResponseEntityExceptionHandler
Browse files Browse the repository at this point in the history
Closes gh-22589
  • Loading branch information
valery1707 authored and sbrannen committed Mar 13, 2019
1 parent 840d80b commit 9cf9d0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ protected ResponseEntity<Object> handleNoHandlerFoundException(
}

/**
* 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
Expand Down

0 comments on commit 9cf9d0f

Please sign in to comment.