Fixed javadoc

master
Jeremy Grelle 15 years ago
parent 60d2fdfcea
commit 130ef7948d
  1. 2
      org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/view/json/MappingJacksonJsonView.java

@ -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 * <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 * 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 Jeremy Grelle
* @author Arjen Poutsma * @author Arjen Poutsma

Loading…
Cancel
Save