Skip to content

Commit d314741

Browse files
committed
Remove unused ScopedFooConfiguration in ConditionalOnMissingBeanTests
1 parent 681d4c2 commit d314741

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/condition/ConditionalOnMissingBeanTests.java

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -682,17 +682,6 @@ String foo() {
682682

683683
}
684684

685-
@Configuration(proxyBeanMethods = false)
686-
@TestAnnotation
687-
static class ScopedFooConfiguration {
688-
689-
@Bean
690-
String foo() {
691-
return "foo";
692-
}
693-
694-
}
695-
696685
@Configuration(proxyBeanMethods = false)
697686
static class NotAutowireCandidateConfig {
698687

0 commit comments

Comments
 (0)