BAEL-3832: removed tab space

This commit is contained in:
Vikas Ramsingh Rajput
2020-03-21 09:13:32 +03:00
parent a11f98ff94
commit 377851c481

View File

@@ -4,7 +4,7 @@
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-3.0.xsd">
<bean id="student" class="com.baeldung.ioccontainer.bean.Student" init-method="postConstruct"/>
<bean id="student" class="com.baeldung.ioccontainer.bean.Student" init-method="postConstruct"/>
<bean id="customBeanPostProcessor" class="com.baeldung.ioccontainer.bean.CustomBeanPostProcessor" />
<bean id="customBeanFactoryPostProcessor" class="com.baeldung.ioccontainer.bean.CustomBeanFactoryPostProcessor" />
</beans>