Correct ISO DateTime example

Issue: SPR-14675
(cherry picked from commit d5c9cc6)
This commit is contained in:
Juergen Hoeller 2016-09-13 21:36:41 +02:00
parent 4396b211ce
commit db196ce5d8
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ public @interface DateTimeFormat {
/**
* The most common ISO DateTime Format {@code yyyy-MM-dd'T'HH:mm:ss.SSSZ},
* e.g. "2000-10-31 01:30:00.000-05:00".
* e.g. "2000-10-31T01:30:00.000-05:00".
* <p>This is the default if no annotation value is specified.
*/
DATE_TIME,