Skip to content

Commit 675fa55

Browse files
committed
Merge remote-tracking branch 'origin/2.x' into 2.x
2 parents 27a36e0 + 809063d commit 675fa55

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)