Fix simple data format in appendix

See gh-1025
This commit is contained in:
julianladisch
2016-04-04 10:30:22 +02:00
committed by Stephane Nicoll
parent 44da9451c4
commit 1e0bdf95d0

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>
----