From aeb83fe1a3461d38bf5511c6c98b8a6f93e39450 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 ee0e1bcbbfb3..2b0093fa196b 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-2017 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. @@ -105,7 +105,6 @@ enum ISO { /** * The most common ISO DateTime Format {@code yyyy-MM-dd'T'HH:mm:ss.SSSZ}, * e.g. "2000-10-31T01:30:00.000-05:00". - *

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