Skip to content

Commit 8cabbd9

Browse files
committed
Clean up unnccessary change.
1 parent 79c232f commit 8cabbd9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/com/fasterxml/jackson/databind/introspect/JacksonAnnotationIntrospector.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1512,8 +1512,6 @@ protected TypeResolverBuilder<?> _findTypeResolver(MapperConfig<?> config,
15121512
final AnnotationIntrospector ai = config.getAnnotationIntrospector();
15131513
JsonTypeInfo.Value typeInfo = ai.findPolymorphicTypeInfo(config, ann);
15141514

1515-
JsonTypeInfo info = _findAnnotation(ann, JsonTypeInfo.class);
1516-
15171515
// First: maybe we have explicit type resolver?
15181516
TypeResolverBuilder<?> b;
15191517
JsonTypeResolver resAnn = _findAnnotation(ann, JsonTypeResolver.class);

0 commit comments

Comments
 (0)