Skip to content

Commit b4a2cdf

Browse files
committed
Merge branch '6.2.x'
2 parents 8b741f3 + 1ed74ef commit b4a2cdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ listings shows how to use the `parent` attribute:
168168

169169
[source,xml,indent=0,subs="verbatim,quotes"]
170170
----
171-
<!-- in the child (descendant) context -->
172-
<bean id="accountService" <!-- bean name is the same as the parent bean -->
171+
<!-- in the child (descendant) context, bean name is the same as the parent bean -->
172+
<bean id="accountService"
173173
class="org.springframework.aop.framework.ProxyFactoryBean">
174174
<property name="target">
175175
<ref parent="accountService"/> <!-- notice how we refer to the parent bean -->

0 commit comments

Comments
 (0)