You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ModelAndViewMethodReturnValueHandler.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2002-2012 the original author or authors.
2
+
* Copyright 2002-2013 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -30,7 +30,7 @@
30
30
*
31
31
* <p>If the return value is {@code null}, the
32
32
* {@link ModelAndViewContainer#setRequestHandled(boolean)} flag is set to
33
-
* {@code false} to indicate the request was handled directly.
33
+
* {@code true} to indicate the request was handled directly.
34
34
*
35
35
* <p>A {@link ModelAndView} return type has a set purpose. Therefore this
36
36
* handler should be configured ahead of handlers that support any return
0 commit comments