Skip to content

Commit 602542d

Browse files
committed
Merge pull request #43592 from izeye
* pr/43592: Remove unused ScopedFooConfiguration in ConditionalOnMissingBeanTests Closes gh-43592
2 parents 681d4c2 + 81f67b1 commit 602542d

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)