Skip to content

Commit

Permalink
Fix simple data format in appendix
Browse files Browse the repository at this point in the history
  • Loading branch information
julianladisch authored and snicoll committed Nov 22, 2021
1 parent 44da945 commit 1e0bdf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/asciidoc/core/core-appendix.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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>
----
Expand Down

0 comments on commit 1e0bdf9

Please sign in to comment.