mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-27 14:22:47 +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
|
@Bean
|
||||||
MetaAnnotationService methodSecurityService() {
|
MetaAnnotationService metaAnnotationService() {
|
||||||
return new MetaAnnotationService();
|
return new MetaAnnotationService();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user