mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Eliminated all compilation warnings
This commit is contained in:
+1
-3
@@ -47,9 +47,7 @@ public class ConfigurationPostProcessorTests {
|
||||
*/
|
||||
@Test
|
||||
public void testFailFastIfCglibNotPresent() {
|
||||
@Configuration class Config {
|
||||
public @Bean String name() { return "foo"; }
|
||||
}
|
||||
@Configuration class Config { }
|
||||
|
||||
DefaultListableBeanFactory factory = new DefaultListableBeanFactory();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user