Remove empty line
This commit is contained in:
parent
a9bae63774
commit
9305e79806
|
@ -13,7 +13,6 @@ public class BeanFactoryWithClassPathResource {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void createBeanFactoryAndCheckEmployeeBean() {
|
public void createBeanFactoryAndCheckEmployeeBean() {
|
||||||
|
|
||||||
Resource res = new ClassPathResource("spring-app.xml");
|
Resource res = new ClassPathResource("spring-app.xml");
|
||||||
BeanFactory factory = new XmlBeanFactory(res);
|
BeanFactory factory = new XmlBeanFactory(res);
|
||||||
Employee emp = (Employee) factory.getBean("employee");
|
Employee emp = (Employee) factory.getBean("employee");
|
||||||
|
|
Loading…
Reference in New Issue