Skip to content

Commit 130ef79

Browse files
author
Jeremy Grelle
committed
Fixed javadoc
1 parent 60d2fdf commit 130ef79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/view/json/MappingJacksonJsonView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
*
4040
* <p>By default, the entire contents of the model map (with the exception of framework-specific classes) will be
4141
* encoded as JSON. For cases where the contents of the map need to be filtered, users may specify a specific set of
42-
* model attributes to encode via the {@link #setRenderedAttributes(Set) includeAttributes} property.
42+
* model attributes to encode via the {@link #setRenderedAttributes(Set) renderedAttributes} property.
4343
*
4444
* @author Jeremy Grelle
4545
* @author Arjen Poutsma

0 commit comments

Comments
 (0)