From 761e15d4adae9dbe5471599ab75ee0f1d274de79 Mon Sep 17 00:00:00 2001 From: Sviatoslav Hryb Date: Mon, 19 Apr 2021 20:39:20 +0300 Subject: [PATCH] fix @DateTimeFormat JavaDoc --- .../org/springframework/format/annotation/DateTimeFormat.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 54168efb5fef..9063f52c750d 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 @@ -27,7 +27,7 @@ * *

Supports formatting by style pattern, ISO date time pattern, or custom format pattern string. * Can be applied to {@link java.util.Date}, {@link java.util.Calendar}, {@link Long} (for - * millisecond timestamps) as well as JSR-310 {@code java.time} and Joda-Time value types. + * millisecond timestamps) as well as JSR-310 {@code java.time}. * *

For style-based formatting, set the {@link #style} attribute to the desired style pattern code. * The first character of the code is the date style, and the second character is the time style.