From 804ca26a260151c5461e9f92e556a2a2f08f7c8d Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Wed, 25 Nov 2020 11:35:06 +0100 Subject: [PATCH] Remove misleading default note on ISO.DATE_TIME Closes gh-26134 (cherry picked from commit 86f9716fef89a25462f5d55c9d430cf8cd62c82c) --- .../org/springframework/format/annotation/DateTimeFormat.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spring-context/src/main/java/org/springframework/format/annotation/DateTimeFormat.java b/spring-context/src/main/java/org/springframework/format/annotation/DateTimeFormat.java index 3f3008b16ea..488e78d7da8 100644 --- a/spring-context/src/main/java/org/springframework/format/annotation/DateTimeFormat.java +++ b/spring-context/src/main/java/org/springframework/format/annotation/DateTimeFormat.java @@ -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 { /** * 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". - *

This is the default if no annotation value is specified. */ DATE_TIME,