Skip to content

Commit 83ea0fb

Browse files
bijukunjummensbrannen
authored andcommitted
Fix typo in ModelAndViewMethodReturnValueHandler
This commit fixes a typo in the class-level Javadoc for ModelAndViewMethodReturnValueHandler. Issue: SPR-10650
1 parent 907e286 commit 83ea0fb

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)