From c171add6eb8f8cc64897d95d1e494a56f1eca4a2 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) git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3356 50f2f4bb-b051-0410-bef5-90022cba6387 --- 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.