Skip to content

Commit cd71cee

Browse files
committed
Merge branch '2.19' into 2.x
2 parents 6da4e47 + 17e6d67 commit cd71cee

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main/java/com/fasterxml/jackson/annotation/JsonFormat.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
import java.util.Locale;
55
import java.util.TimeZone;
66

7-
import com.fasterxml.jackson.annotation.JsonFormat.Shape;
8-
97
/**
108
* General-purpose annotation used for configuring details of how
119
* values of properties are to be serialized and deserialized.
@@ -19,7 +17,7 @@
1917
* or String (such as ISO-8601 compatible time value) -- as well as configuring
2018
* exact details with {@link #pattern} property.
2119
*<p>
22-
* As of Jackson 2.19, known special handling includes:
20+
* As of Jackson 2.20, known special handling includes:
2321
*<ul>
2422
* <li>{@link java.util.Date} or {@link java.util.Calendar}: Shape can be {@link Shape#STRING} or {@link Shape#NUMBER};
2523
* pattern may contain {@link java.text.SimpleDateFormat}-compatible pattern definition.

0 commit comments

Comments
 (0)