Skip to content

Commit 9cf9d0f

Browse files
valery1707sbrannen
authored andcommitted
Fix copy-n-paste error in Javadoc in ResponseEntityExceptionHandler
Closes gh-22589
1 parent 840d80b commit 9cf9d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ResponseEntityExceptionHandler.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ protected ResponseEntity<Object> handleNoHandlerFoundException(
418418
}
419419

420420
/**
421-
* Customize the response for NoHandlerFoundException.
421+
* Customize the response for AsyncRequestTimeoutException.
422422
* <p>This method delegates to {@link #handleExceptionInternal}.
423423
* @param ex the exception
424424
* @param headers the headers to be written to the response

0 commit comments

Comments
 (0)