We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7711e6 commit 1e0bdc0Copy full SHA for 1e0bdc0
spring-webmvc/src/main/java/org/springframework/web/servlet/DispatcherServlet.java
@@ -255,7 +255,7 @@ public class DispatcherServlet extends FrameworkServlet {
255
public static final String FLASH_MAP_MANAGER_ATTRIBUTE = DispatcherServlet.class.getName() + ".FLASH_MAP_MANAGER";
256
257
/**
258
- * Name of request attribute that exposes an Exception resolved with an
+ * Name of request attribute that exposes an Exception resolved with a
259
* {@link HandlerExceptionResolver} but where no view was rendered
260
* (e.g. setting the status code).
261
*/
0 commit comments