Skip to content

Commit dc86fea

Browse files
committed
Remove IOException that's not thrown from Javadoc
1 parent ff412de commit dc86fea

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

-1
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,6 @@ protected ModelAndView handleAsyncRequestTimeoutException(AsyncRequestTimeoutExc
555555
* @param handler the executed handler, or {@code null} if none chosen
556556
* at the time of the exception (for example, if multipart resolution failed)
557557
* @return an empty ModelAndView indicating the exception was handled
558-
* @throws IOException potentially thrown from {@link HttpServletResponse#sendError}
559558
* @since 5.3.33
560559
*/
561560
protected ModelAndView handleAsyncRequestNotUsableException(AsyncRequestNotUsableException ex,

0 commit comments

Comments
 (0)