From 31938a1dec05da43c7fa44dfe4291ffac364425b Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Wed, 5 Aug 2009 11:54:07 +0000 Subject: [PATCH] git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1688 50f2f4bb-b051-0410-bef5-90022cba6387 --- spring-framework-reference/src/new-in-3.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-framework-reference/src/new-in-3.xml b/spring-framework-reference/src/new-in-3.xml index 0b843c7e4a7..e21716a5cbb 100644 --- a/spring-framework-reference/src/new-in-3.xml +++ b/spring-framework-reference/src/new-in-3.xml @@ -408,7 +408,8 @@ public class AppConfig{ the Object to XML mapping functionality mentioned earlier. - Refer to the section on REST support + Refer to the section on MVC and + the RestTemplate for more information.