Skip to content

Commit

Permalink
Fix typo in DispatcherServlet Javadoc
Browse files Browse the repository at this point in the history
Closes gh-23726
  • Loading branch information
KangZhiDong authored and sbrannen committed Sep 29, 2019
1 parent d7711e6 commit 1e0bdc0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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).
*/
Expand Down

0 comments on commit 1e0bdc0

Please sign in to comment.