From 7043dff97bbba78d2b653b37899df2d78c9547e7 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Wed, 5 Aug 2009 11:54:07 +0000 Subject: [PATCH] --- 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.