Skip to content

Commit 7b3fcf2

Browse files
committed
Fix Javadoc error
1 parent fd76c33 commit 7b3fcf2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/support/DefaultHandlerExceptionResolver.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,6 @@ protected ModelAndView handleAsyncRequestTimeoutException(AsyncRequestTimeoutExc
452452
* @param handler the executed handler, or {@code null} if none chosen
453453
* at the time of the exception (for example, if multipart resolution failed)
454454
* @return an empty ModelAndView indicating the exception was handled
455-
* @throws IOException potentially thrown from {@link HttpServletResponse#sendError}
456455
* @since 5.3.33
457456
*/
458457
protected ModelAndView handleAsyncRequestNotUsableException(AsyncRequestNotUsableException ex,

0 commit comments

Comments
 (0)