From bb8a12ff7817c3973694ccbe1ec5659009e4dd1d Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Wed, 14 Oct 2015 13:59:40 +0200 Subject: [PATCH] Fixed ContentNegotiationManager reference in MVC docs Issue: SPR-13558 --- src/reference/docbook/mvc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reference/docbook/mvc.xml b/src/reference/docbook/mvc.xml index be069ab661c..10af04d3b8e 100644 --- a/src/reference/docbook/mvc.xml +++ b/src/reference/docbook/mvc.xml @@ -5150,7 +5150,7 @@ public class WebConfig extends WebMvcConfigurerAdapter { content negotiation purposes. Note that ContentNegotiatingViewResolver - now can also be configured with a ContentNegotiatingViewResolver, + now can also be configured with a ContentNegotiationManager, so you can use one instance throughout Spring MVC. In more advanced cases, it may be useful to configure