Skip to content

Commit

Permalink
Merge pull request #2121 from fzyzcjy/patch-1
Browse files Browse the repository at this point in the history
Super tiny fix typo
  • Loading branch information
bnasslahsen committed Mar 12, 2023
2 parents cb8490c + ae935b7 commit 9a6c1b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public class SpringDocAnnotationsUtils extends AnnotationsUtils {
private static final Logger LOGGER = LoggerFactory.getLogger(SpringDocAnnotationsUtils.class);

/**
* The constant ANNOTATIOSN_TO_IGNORE.
* The constant ANNOTATIONS_TO_IGNORE.
*/
private static final List<Class> ANNOTATIONS_TO_IGNORE = Collections.synchronizedList(new ArrayList<>());

Expand Down

0 comments on commit 9a6c1b9

Please sign in to comment.