We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bf002d commit aeb83feCopy full SHA for aeb83fe
spring-context/src/main/java/org/springframework/format/annotation/DateTimeFormat.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2002-2017 the original author or authors.
+ * Copyright 2002-2020 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -105,7 +105,6 @@ enum ISO {
105
/**
106
* The most common ISO DateTime Format {@code yyyy-MM-dd'T'HH:mm:ss.SSSZ},
107
* e.g. "2000-10-31T01:30:00.000-05:00".
108
- * <p>This is the default if no annotation value is specified.
109
*/
110
DATE_TIME,
111
0 commit comments