Fix Bean Name

Issue gh-14480
This commit is contained in:
Josh Cummings 2024-04-04 13:27:24 -06:00
parent 3f7355abc6
commit bb43174752
No known key found for this signature in database
GPG Key ID: A306A51F43B8E5A5
1 changed files with 1 additions and 1 deletions

View File

@ -1271,7 +1271,7 @@ public class PrePostMethodSecurityConfigurationTests {
}
@Bean
MetaAnnotationService methodSecurityService() {
MetaAnnotationService metaAnnotationService() {
return new MetaAnnotationService();
}