Browse Source

Fixed ContentNegotiationManager reference in MVC docs

Issue: SPR-13558
pull/1057/head
Juergen Hoeller 10 years ago
parent
commit
bb8a12ff78
  1. 2
      src/reference/docbook/mvc.xml

2
src/reference/docbook/mvc.xml

@ -5150,7 +5150,7 @@ public class WebConfig extends WebMvcConfigurerAdapter { @@ -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

Loading…
Cancel
Save