File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/tools/jackson/databind/cfg Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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}.
You can’t perform that action at this time.
0 commit comments