Skip to content

Commit 497ac5f

Browse files
committed
Tiny type demotion to remove deser-side dependency
1 parent 1b84f7c commit 497ac5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ protected ValueInstantiator _constructDefaultValueInstantiator(DeserializationCo
251251
final ConstructorDetector ctorDetector;
252252

253253
{
254-
final DeserializationConfig config = ctxt.getConfig();
254+
final MapperConfig<?> config = ctxt.getConfig();
255255
// need to construct suitable visibility checker:
256256
final VisibilityChecker<?> vchecker = config.getDefaultVisibilityChecker(beanDesc.getBeanClass(),
257257
beanDesc.getClassInfo());

0 commit comments

Comments
 (0)