Fix typo in DispatcherServlet Javadoc

Closes gh-23726
This commit is contained in:
康智冬
2019-09-29 22:22:48 +08:00
committed by Sam Brannen
parent d7711e6365
commit 1e0bdc0337

View File

@@ -255,7 +255,7 @@ public class DispatcherServlet extends FrameworkServlet {
public static final String FLASH_MAP_MANAGER_ATTRIBUTE = DispatcherServlet.class.getName() + ".FLASH_MAP_MANAGER";
/**
* Name of request attribute that exposes an Exception resolved with an
* Name of request attribute that exposes an Exception resolved with a
* {@link HandlerExceptionResolver} but where no view was rendered
* (e.g. setting the status code).
*/