Delete trailing whitespace in XML files

This commit is contained in:
Sam Brannen
2015-06-19 17:14:10 +02:00
parent 078d252d1e
commit 6c530b7bfb
135 changed files with 373 additions and 378 deletions

View File

@@ -15,7 +15,7 @@
<bean id="transactionManager1" class="org.springframework.tests.transaction.CallCountingTransactionManager">
<qualifier value="synch"/>
</bean>
<bean id="transactionManager2" class="org.springframework.tests.transaction.CallCountingTransactionManager">
<property name="transactionSynchronizationName" value="SYNCHRONIZATION_NEVER"/>
<qualifier value="noSynch"/>

View File

@@ -68,7 +68,7 @@
<bean id="proxyFactory2Lazy" parent="baseProxyFactory">
<property name="target">
<bean class="org.springframework.aop.target.LazyInitTargetSource">
<property name="targetBeanName"><idref local="target"/></property>
<property name="targetBeanName"><idref local="target"/></property>
</bean>
</property>
</bean>

View File

@@ -15,10 +15,10 @@
<tx:attributes>
<tx:method name="get*" read-only="true"/>
<tx:method name="set*"/>
<tx:method name="exceptional"/>
<tx:method name="exceptional"/>
</tx:attributes>
</tx:advice>
<tx:advice id="txRollbackAdvice">
<tx:attributes>
<tx:method name="get*" rollback-for="java.lang.Exception"/>