Merge branch '5.3.x'

This commit is contained in:
Stephane Nicoll 2021-11-22 13:28:09 +01:00
commit ac46338fdb
1 changed files with 1 additions and 1 deletions

View File

@ -749,7 +749,7 @@ essentially the same as the following XML snippet:
[source,xml,indent=0,subs="verbatim,quotes"]
----
<bean id="dateFormat" class="java.text.SimpleDateFormat">
<constructor-arg value="yyyy-HH-dd HH:mm"/>
<constructor-arg value="yyyy-MM-dd HH:mm"/>
<property name="lenient" value="true"/>
</bean>
----