Remove unused ScopedFooConfiguration in ConditionalOnMissingBeanTests
See gh-43592
This commit is contained in:
parent
681d4c2744
commit
81f67b13e6
|
|
@ -682,17 +682,6 @@ class ConditionalOnMissingBeanTests {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Configuration(proxyBeanMethods = false)
|
|
||||||
@TestAnnotation
|
|
||||||
static class ScopedFooConfiguration {
|
|
||||||
|
|
||||||
@Bean
|
|
||||||
String foo() {
|
|
||||||
return "foo";
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
@Configuration(proxyBeanMethods = false)
|
@Configuration(proxyBeanMethods = false)
|
||||||
static class NotAutowireCandidateConfig {
|
static class NotAutowireCandidateConfig {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue