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.
2 parents cb8490c + ae935b7 commit 9a6c1b9Copy full SHA for 9a6c1b9
springdoc-openapi-common/src/main/java/org/springdoc/core/SpringDocAnnotationsUtils.java
@@ -73,7 +73,7 @@ public class SpringDocAnnotationsUtils extends AnnotationsUtils {
73
private static final Logger LOGGER = LoggerFactory.getLogger(SpringDocAnnotationsUtils.class);
74
75
/**
76
- * The constant ANNOTATIOSN_TO_IGNORE.
+ * The constant ANNOTATIONS_TO_IGNORE.
77
*/
78
private static final List<Class> ANNOTATIONS_TO_IGNORE = Collections.synchronizedList(new ArrayList<>());
79
0 commit comments