Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 28, 2019
1 parent b582159 commit 9228b5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public ClassNameIdResolver(JavaType baseType, TypeFactory typeFactory,
*/
public static ClassNameIdResolver construct(JavaType baseType, MapperConfig<?> config,
PolymorphicTypeValidator ptv) {
return new ClassNameIdResolver(baseType, config.getTypeFactory());
return new ClassNameIdResolver(baseType, config.getTypeFactory(), ptv);
}

@Override
Expand Down

0 comments on commit 9228b5f

Please sign in to comment.