Skip to content

Commit 56a1c81

Browse files
committed
Remove IOException that's not thrown from Javadoc
1 parent dec5265 commit 56a1c81

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
@@ -512,7 +512,6 @@ protected ModelAndView handleAsyncRequestTimeoutException(AsyncRequestTimeoutExc
512512
* @param handler the executed handler, or {@code null} if none chosen
513513
* at the time of the exception (for example, if multipart resolution failed)
514514
* @return an empty ModelAndView indicating the exception was handled
515-
* @throws IOException potentially thrown from {@link HttpServletResponse#sendError}
516515
* @since 5.3.33
517516
*/
518517
protected ModelAndView handleAsyncRequestNotUsableException(AsyncRequestNotUsableException ex,

0 commit comments

Comments
 (0)