We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d647fc7 commit 4a590cfCopy full SHA for 4a590cf
springdoc-openapi-starter-common/src/main/java/org/springdoc/core/utils/SpringDocAnnotationsUtils.java
@@ -75,7 +75,7 @@ public class SpringDocAnnotationsUtils extends AnnotationsUtils {
75
private static final Logger LOGGER = LoggerFactory.getLogger(SpringDocAnnotationsUtils.class);
76
77
/**
78
- * The constant ANNOTATIOSN_TO_IGNORE.
+ * The constant ANNOTATIONS_TO_IGNORE.
79
*/
80
private static final List<Class> ANNOTATIONS_TO_IGNORE = Collections.synchronizedList(new ArrayList<>());
81
0 commit comments