BAEL-3832: removed tab space

This commit is contained in:
Vikas Ramsingh Rajput 2020-03-21 09:13:32 +03:00
parent 4ff2eadbad
commit b13bb93375
1 changed files with 1 additions and 1 deletions

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>