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