We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27a36e0 + 809063d commit 675fa55Copy full SHA for 675fa55
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