Skip to content

Commit 9a6c1b9

Browse files
authored
Merge pull request #2121 from fzyzcjy/patch-1
Super tiny fix typo
2 parents cb8490c + ae935b7 commit 9a6c1b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

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

0 commit comments

Comments
 (0)