Skip to content

Commit

Permalink
Fix Bean Name
Browse files Browse the repository at this point in the history
Issue gh-14480
  • Loading branch information
jzheaux committed Apr 4, 2024
1 parent 3f7355a commit bb43174
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1271,7 +1271,7 @@ PrePostTemplateDefaults methodSecurityDefaults() {
}

@Bean
MetaAnnotationService methodSecurityService() {
MetaAnnotationService metaAnnotationService() {
return new MetaAnnotationService();
}

Expand Down

0 comments on commit bb43174

Please sign in to comment.