Fixed javadoc

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2424 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Jeremy Grelle 2009-11-13 01:37:40 +00:00
parent 2daf5635cb
commit 1c1a094c47
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ import org.springframework.web.servlet.view.AbstractView;
*
* <p>By default, the entire contents of the model map (with the exception of framework-specific classes) will be
* encoded as JSON. For cases where the contents of the map need to be filtered, users may specify a specific set of
* model attributes to encode via the {@link #setRenderedAttributes(Set) includeAttributes} property.
* model attributes to encode via the {@link #setRenderedAttributes(Set) renderedAttributes} property.
*
* @author Jeremy Grelle
* @author Arjen Poutsma