SPR-6464 Add one more minor Javadoc comment
This commit is contained in:
parent
671744aa62
commit
ce8bc8e7e4
|
|
@ -48,8 +48,11 @@ import org.springframework.web.servlet.FlashMap;
|
|||
* }
|
||||
* </pre>
|
||||
*
|
||||
* <p>A RedirectAttributes model is empty when the method is called and is never
|
||||
* used unless the method returns a redirect view name or a RedirectView.
|
||||
*
|
||||
* <p>After the redirect, flash attributes are automatically added to the model
|
||||
* of the controller serving the redirect URL.
|
||||
* of the controller that serves the target URL.
|
||||
*
|
||||
* @author Rossen Stoyanchev
|
||||
* @since 3.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue