Skip to content

Commit bb43174

Browse files
committed
Fix Bean Name
Issue gh-14480
1 parent 3f7355a commit bb43174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/src/test/java/org/springframework/security/config/annotation/method/configuration/PrePostMethodSecurityConfigurationTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1271,7 +1271,7 @@ PrePostTemplateDefaults methodSecurityDefaults() {
12711271
}
12721272

12731273
@Bean
1274-
MetaAnnotationService methodSecurityService() {
1274+
MetaAnnotationService metaAnnotationService() {
12751275
return new MetaAnnotationService();
12761276
}
12771277

0 commit comments

Comments
 (0)