Remove unused ScopedFooConfiguration in ConditionalOnMissingBeanTests
See gh-43592
This commit is contained in:
committed by
Stéphane Nicoll
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)
|
||||
static class NotAutowireCandidateConfig {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user