Skip to content

Commit 809063d

Browse files
authored
Merge pull request #2122 from fzyzcjy/patch-2
Super tiny fix typo (in v2 branch as requested)
2 parents d647fc7 + 4a590cf commit 809063d

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)