Skip to content

Commit

Permalink
Fixed ContentNegotiationManager reference in MVC docs
Browse files Browse the repository at this point in the history
Issue: SPR-13558
  • Loading branch information
jhoeller committed Oct 14, 2015
1 parent 2b3d1be commit bb8a12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reference/docbook/mvc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5150,7 +5150,7 @@ public class WebConfig extends WebMvcConfigurerAdapter {
content negotiation purposes.</para>

<para>Note that <classname>ContentNegotiatingViewResolver</classname>
now can also be configured with a <code>ContentNegotiatingViewResolver</code>,
now can also be configured with a <classname>ContentNegotiationManager</classname>,
so you can use one instance throughout Spring MVC.</para>

<para>In more advanced cases, it may be useful to configure
Expand Down

0 comments on commit bb8a12f

Please sign in to comment.