Browse Source

Remove misleading default note on ISO.DATE_TIME

Closes gh-26134

(cherry picked from commit 86f9716fef)
pull/23967/head
Juergen Hoeller 4 years ago
parent
commit
804ca26a26
  1. 3
      spring-context/src/main/java/org/springframework/format/annotation/DateTimeFormat.java

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

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2018 the original author or authors.
* Copyright 2002-2020 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -106,7 +106,6 @@ public @interface DateTimeFormat { @@ -106,7 +106,6 @@ public @interface DateTimeFormat {
/**
* The most common ISO DateTime Format {@code yyyy-MM-dd'T'HH:mm:ss.SSSXXX},
* e.g. "2000-10-31T01:30:00.000-05:00".
* <p>This is the default if no annotation value is specified.
*/
DATE_TIME,

Loading…
Cancel
Save