Skip to content

Commit

Permalink
Remove IOException that's not thrown from Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoyanchev committed Mar 7, 2024
1 parent ff412de commit dc86fea
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,6 @@ protected ModelAndView handleAsyncRequestTimeoutException(AsyncRequestTimeoutExc
* @param handler the executed handler, or {@code null} if none chosen
* at the time of the exception (for example, if multipart resolution failed)
* @return an empty ModelAndView indicating the exception was handled
* @throws IOException potentially thrown from {@link HttpServletResponse#sendError}
* @since 5.3.33
*/
protected ModelAndView handleAsyncRequestNotUsableException(AsyncRequestNotUsableException ex,
Expand Down

0 comments on commit dc86fea

Please sign in to comment.