Skip to content

Commit 10342ef

Browse files
authored
Update @SInCE annotation for _validateTimestampLength
1 parent f196d2f commit 10342ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datetime/src/main/java/com/fasterxml/jackson/datatype/jsr310/deser/JSR310DeserializerBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ protected DateTimeException _peelDTE(DateTimeException e) {
245245
* Helper method to validate length of a stringified numeric Date/Time value
246246
* against {@link StreamReadConstraints} limits.
247247
*
248-
* @since 2.19
248+
* @since 2.18.10
249249
*/
250250
protected void _validateTimestampLength(JsonParser p, String value)
251251
throws StreamConstraintsException

0 commit comments

Comments
 (0)