Skip to content

Commit 91a7288

Browse files
committed
...
1 parent 765e2fe commit 91a7288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/fasterxml/jackson/databind/deser/BeanDeserializerBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1034,7 +1034,7 @@ public AccessPattern getEmptyAccessPattern() {
10341034
// Empty values cannot be shared
10351035
return AccessPattern.DYNAMIC;
10361036
}
1037-
1037+
10381038
@Override // since 2.9
10391039
public Object getEmptyValue(DeserializationContext ctxt) throws JsonMappingException {
10401040
// alas, need to promote exception, if any:

0 commit comments

Comments
 (0)