Skip to content

Commit a5c3c12

Browse files
committed
Merge pull request #314 from bijukunjummen/master
* SPR-10650: Fix typo in ModelAndViewMethodReturnValueHandler
2 parents 907e286 + 83ea0fb commit a5c3c12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ModelAndViewMethodReturnValueHandler.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2012 the original author or authors.
2+
* Copyright 2002-2013 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -30,7 +30,7 @@
3030
*
3131
* <p>If the return value is {@code null}, the
3232
* {@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.
3434
*
3535
* <p>A {@link ModelAndView} return type has a set purpose. Therefore this
3636
* handler should be configured ahead of handlers that support any return

0 commit comments

Comments
 (0)