Skip to content

Commit aeb83fe

Browse files
committed
Remove misleading default note on ISO.DATE_TIME
Closes spring-projectsgh-26134 (cherry picked from commit 86f9716)
1 parent 0bf002d commit aeb83fe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spring-context/src/main/java/org/springframework/format/annotation/DateTimeFormat.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2017 the original author or authors.
2+
* Copyright 2002-2020 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -105,7 +105,6 @@ enum ISO {
105105
/**
106106
* The most common ISO DateTime Format {@code yyyy-MM-dd'T'HH:mm:ss.SSSZ},
107107
* e.g. "2000-10-31T01:30:00.000-05:00".
108-
* <p>This is the default if no annotation value is specified.
109108
*/
110109
DATE_TIME,
111110

0 commit comments

Comments
 (0)