Skip to content

Commit 7303680

Browse files
authored
Remove reference to deprecated Joda Time support in @DateTimeFormat Javadoc
Closes gh-26825
1 parent 906a1f5 commit 7303680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*
2828
* <p>Supports formatting by style pattern, ISO date time pattern, or custom format pattern string.
2929
* Can be applied to {@link java.util.Date}, {@link java.util.Calendar}, {@link Long} (for
30-
* millisecond timestamps) as well as JSR-310 {@code java.time} and Joda-Time value types.
30+
* millisecond timestamps) as well as JSR-310 {@code java.time}.
3131
*
3232
* <p>For style-based formatting, set the {@link #style} attribute to the desired style pattern code.
3333
* The first character of the code is the date style, and the second character is the time style.

0 commit comments

Comments
 (0)