From dc86feaeb6571bfffd594412fc409ba305aff316 Mon Sep 17 00:00:00 2001 From: rstoyanchev Date: Thu, 7 Mar 2024 16:16:30 +0000 Subject: [PATCH] Remove IOException that's not thrown from Javadoc --- .../web/servlet/mvc/support/DefaultHandlerExceptionResolver.java | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/support/DefaultHandlerExceptionResolver.java b/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/support/DefaultHandlerExceptionResolver.java index 54dd293a887e..6b44e562ad91 100644 --- a/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/support/DefaultHandlerExceptionResolver.java +++ b/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/support/DefaultHandlerExceptionResolver.java @@ -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,