Browse Source

Merge branch '6.1.x'

pull/33604/head
Juergen Hoeller 2 years ago
parent
commit
13b49d41c3
  1. 2
      spring-context/src/test/resources/org/springframework/beans/factory/xml/XmlBeanFactoryTests-depMaterializeThis.xml

2
spring-context/src/test/resources/org/springframework/beans/factory/xml/XmlBeanFactoryTests-depMaterializeThis.xml

@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@
</bean>
<bean id="prototypeBenchmark" class="org.springframework.aop.framework.ProxyFactoryBean">
<property name="target"><ref bean="prototypeTargetSource"/></property>
<property name="targetSource"><ref bean="prototypeTargetSource"/></property>
<property name="proxyInterfaces"><value>org.springframework.beans.factory.xml.DummyBo</value></property>
</bean>

Loading…
Cancel
Save