mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Remove trailing whitespace from Java source code
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ public class AutoProxyLazyInitTests {
|
||||
|
||||
ApplicationContext ctx = new AnnotationConfigApplicationContext(ConfigWithStatic.class);
|
||||
MyBean bean = ctx.getBean("myBean", MyBean.class);
|
||||
|
||||
|
||||
assertFalse(MyBeanImpl.initialized);
|
||||
bean.doIt();
|
||||
assertTrue(MyBeanImpl.initialized);
|
||||
|
||||
Reference in New Issue
Block a user