Fix typo in Javadoc

This commit is contained in:
Sam Brannen 2023-12-05 13:05:54 +01:00
parent 52d4b83dba
commit 462ef95904
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ public abstract class AbstractHandlerExceptionResolver implements HandlerExcepti
* returning a {@link ModelAndView} that represents a specific error page if appropriate.
* <p>May be overridden in subclasses, in order to apply specific exception checks.
* Note that this template method will be invoked <i>after</i> checking whether this
* resolved applies ("mappedHandlers" etc), so an implementation may simply proceed
* resolver applies ("mappedHandlers" etc), so an implementation may simply proceed
* with its actual exception handling.
* @param request current HTTP request
* @param response current HTTP response