We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f4f42e commit 398190eCopy full SHA for 398190e
src/main/java/com/fasterxml/jackson/databind/deser/std/FromStringDeserializer.java
@@ -395,7 +395,7 @@ protected Object _deserializeFromEmptyStringDefault(DeserializationContext ctxt)
395
// @since 2.13.1
396
@Override
397
protected boolean _shouldTrim() {
398
- // 04-Dec-2021, tatu: For [databund#3290]
+ // 04-Dec-2021, tatu: For [databind#3290]
399
return (_kind != STD_PATTERN);
400
}
401
0 commit comments