Remove unused code

See gh-31801
This commit is contained in:
juhyun
2023-12-09 23:23:54 +09:00
committed by Stéphane Nicoll
parent 69bc4e2828
commit b782747472

View File

@@ -455,11 +455,6 @@ class ComponentScanAnnotatedConfig_WithValueAttribute {
}
}
@Configuration
@ComponentScan
class ComponentScanWithNoPackagesConfig {
}
@Configuration
@ComponentScan(basePackages = "example.scannable", nameGenerator = MyBeanNameGenerator.class)
class ComponentScanWithBeanNameGenerator {