Polishing

This commit is contained in:
Juergen Hoeller
2016-04-08 22:52:36 +02:00
parent 67a65ea600
commit aa5c12c534
7 changed files with 29 additions and 25 deletions

View File

@@ -147,7 +147,8 @@ public class ModelAndViewContainer {
* model (redirect URL preparation). Use of this method may be needed for
* advanced cases when access to the "default" model is needed regardless,
* e.g. to save model attributes specified via {@code @SessionAttributes}.
* @return the default model, never {@code null}
* @return the default model (never {@code null})
* @since 4.1.4
*/
public ModelMap getDefaultModel() {
return this.defaultModel;