Skip to content

Commit

Permalink
Merge pull request #1025 from julianladisch
Browse files Browse the repository at this point in the history
* pr/1025:
  Fix simple data format in appendix

Closes gh-1025
  • Loading branch information
snicoll committed Nov 22, 2021
2 parents 44da945 + 1e0bdf9 commit 8ca9187
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 8ca9187

Please sign in to comment.