Skip to content

Commit 4a590cf

Browse files
authored
Update SpringDocAnnotationsUtils.java
1 parent d647fc7 commit 4a590cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

springdoc-openapi-starter-common/src/main/java/org/springdoc/core/utils/SpringDocAnnotationsUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public class SpringDocAnnotationsUtils extends AnnotationsUtils {
7575
private static final Logger LOGGER = LoggerFactory.getLogger(SpringDocAnnotationsUtils.class);
7676

7777
/**
78-
* The constant ANNOTATIOSN_TO_IGNORE.
78+
* The constant ANNOTATIONS_TO_IGNORE.
7979
*/
8080
private static final List<Class> ANNOTATIONS_TO_IGNORE = Collections.synchronizedList(new ArrayList<>());
8181

0 commit comments

Comments
 (0)