Browse Source

Fix copy-n-paste error in Javadoc in ResponseEntityExceptionHandler

Closes gh-22589
pull/22593/head
valery1707 7 years ago committed by Sam Brannen
parent
commit
9cf9d0fa21
  1. 2
      spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ResponseEntityExceptionHandler.java

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

@ -418,7 +418,7 @@ public abstract class ResponseEntityExceptionHandler { @@ -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…
Cancel
Save