SPR-6464 Add one more minor Javadoc comment

This commit is contained in:
Rossen Stoyanchev 2011-09-09 17:05:47 +00:00
parent 671744aa62
commit ce8bc8e7e4
1 changed files with 4 additions and 1 deletions

View File

@ -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