Skip to content

Commit

Permalink
Removed duplicated call of visitSchema method.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Pscheidl committed Feb 18, 2020
1 parent 5d0e54f commit 369794a
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -1042,7 +1042,6 @@ private boolean insertObjectReference(ApiContext context, Reference<?> referee,

// Create the schema
visitSchema(AnnotationInfo.valueOf(referenceClass).getAnnotation(Schema.class), referenceClass, context);
visitSchema(schema, referenceClass, context);

return true;
}
Expand Down

0 comments on commit 369794a

Please sign in to comment.