mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-24 15:49:26 +00:00
Fix typo in DispatcherServlet Javadoc
Closes gh-23726
This commit is contained in:
@@ -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).
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user