Skip to content

Commit

Permalink
Minor fix to align with databind/3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Feb 4, 2021
1 parent bec26a4 commit 91d8b35
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -7,8 +7,8 @@ import com.fasterxml.jackson.databind.MapperFeature
import com.fasterxml.jackson.databind.deser.SettableBeanProperty
import com.fasterxml.jackson.databind.deser.ValueInstantiator
import com.fasterxml.jackson.databind.deser.ValueInstantiators
import com.fasterxml.jackson.databind.deser.bean.PropertyValueBuffer
import com.fasterxml.jackson.databind.deser.impl.NullsAsEmptyProvider
import com.fasterxml.jackson.databind.deser.impl.PropertyValueBuffer
import com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
import com.fasterxml.jackson.databind.introspect.AnnotatedConstructor
import com.fasterxml.jackson.databind.introspect.AnnotatedMethod
Expand Down

0 comments on commit 91d8b35

Please sign in to comment.