mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-27 17:49:02 +00:00
Fix copy-n-paste error in Javadoc in ResponseEntityExceptionHandler
Closes gh-22589
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user