Skip to content

Commit 26054d1

Browse files
committed
Fix TargetSource setup for valid proxy interface specification
See gh-31304
1 parent f2b5222 commit 26054d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</bean>
1414

1515
<bean id="prototypeBenchmark" class="org.springframework.aop.framework.ProxyFactoryBean">
16-
<property name="target"><ref bean="prototypeTargetSource"/></property>
16+
<property name="targetSource"><ref bean="prototypeTargetSource"/></property>
1717
<property name="proxyInterfaces"><value>org.springframework.beans.factory.xml.DummyBo</value></property>
1818
</bean>
1919

0 commit comments

Comments
 (0)