We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb8fb53 commit b0c5c8aCopy full SHA for b0c5c8a
springdoc-openapi-common/src/main/java/org/springdoc/core/SpringDocAnnotationsUtils.java
@@ -26,8 +26,6 @@
26
@Component
27
class SpringDocAnnotationsUtils extends AnnotationsUtils {
28
29
- private static final String COMPONENTS_REF = "#/components/schemas/";
30
-
31
private final List<ModelConverter> modelConverters;
32
33
public SpringDocAnnotationsUtils(List<ModelConverter> modelConverters) {
0 commit comments