Skip to content

Commit fd676ed

Browse files
committed
Merge branch '6.1.x'
2 parents 715e38c + 05a880e commit fd676ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: framework-docs/modules/ROOT/pages/core/beans/dependencies/factory-properties-detailed.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ following snippet:
102102
----
103103
<bean id="theTargetBean" class="..." />
104104
105-
<bean id="client" class="...">
106-
<property name="targetName" value="theTargetBean"/>
105+
<bean id="theClientBean" class="...">
106+
<property name="targetName" ref="theTargetBean"/>
107107
</bean>
108108
----
109109

0 commit comments

Comments
 (0)