Fixed javadoc

This commit is contained in:
Jeremy Grelle 2009-11-13 01:37:40 +00:00
parent 60d2fdfcea
commit 130ef7948d
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