Skip to content

Commit e99de07

Browse files
Fix documentation of WRITE_DATES_AS_TIMESTAMPS (#5508)
1 parent 0deb8d0 commit e99de07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/tools/jackson/databind/cfg/DateTimeFeature.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ public enum DateTimeFeature implements DatatypeFeature
108108
/**
109109
* Feature that determines whether Date (and date/time) values
110110
* (and Date-based things like {@link java.util.Calendar}s) are to be
111-
* serialized as numeric time stamps (true; the default),
112-
* or as something else (usually textual representation).
111+
* serialized as numeric time stamps (true),
112+
* or as textual representation (false; the default).
113113
* If textual representation is used, the actual format depends on configuration
114114
* settings including possible per-property use of {@code @JsonFormat} annotation,
115115
* globally configured {@link java.text.DateFormat}.

0 commit comments

Comments
 (0)