From f9736ec3f69b139c0a305701eea700a8e096d6db Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Thu, 20 May 2010 09:12:39 +0000 Subject: [PATCH] JodaTime 1.3 or higher required (SPR-7222) --- spring-framework-reference/src/mvc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-framework-reference/src/mvc.xml b/spring-framework-reference/src/mvc.xml index d273cdf40a1..136a4fb689e 100644 --- a/spring-framework-reference/src/mvc.xml +++ b/spring-framework-reference/src/mvc.xml @@ -3254,7 +3254,7 @@ public class SimpleController { - Support for formatting Date, Calendar, Long, and Joda Time fields using the @DateTimeFormat annotation, if Joda Time is present on the classpath. + Support for formatting Date, Calendar, Long, and Joda Time fields using the @DateTimeFormat annotation, if Joda Time 1.3 or higher is present on the classpath.