mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-25 13:32:30 +00:00
Fix Bean Name
Issue gh-14480
This commit is contained in:
parent
3f7355abc6
commit
bb43174752
@ -1271,7 +1271,7 @@ public class PrePostMethodSecurityConfigurationTests {
|
||||
}
|
||||
|
||||
@Bean
|
||||
MetaAnnotationService methodSecurityService() {
|
||||
MetaAnnotationService metaAnnotationService() {
|
||||
return new MetaAnnotationService();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user