Skip to content

Commit 1e0bdc0

Browse files
KangZhiDongsbrannen
authored andcommitted
Fix typo in DispatcherServlet Javadoc
Closes gh-23726
1 parent d7711e6 commit 1e0bdc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-webmvc/src/main/java/org/springframework/web/servlet/DispatcherServlet.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ public class DispatcherServlet extends FrameworkServlet {
255255
public static final String FLASH_MAP_MANAGER_ATTRIBUTE = DispatcherServlet.class.getName() + ".FLASH_MAP_MANAGER";
256256

257257
/**
258-
* Name of request attribute that exposes an Exception resolved with an
258+
* Name of request attribute that exposes an Exception resolved with a
259259
* {@link HandlerExceptionResolver} but where no view was rendered
260260
* (e.g. setting the status code).
261261
*/

0 commit comments

Comments
 (0)