1
0
mirror of synced 2026-05-22 21:33:16 +00:00

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
@@ -1271,7 +1271,7 @@ public class PrePostMethodSecurityConfigurationTests {
}
@Bean
MetaAnnotationService methodSecurityService() {
MetaAnnotationService metaAnnotationService() {
return new MetaAnnotationService();
}