Skip to content

Commit 1ed74ef

Browse files
committed
Polishing
Closes gh-34148
1 parent eabd574 commit 1ed74ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,7 @@ 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 name is the same as the parent bean -->
171+
<!-- in the child (descendant) context, bean name is the same as the parent bean -->
173172
<bean id="accountService"
174173
class="org.springframework.aop.framework.ProxyFactoryBean">
175174
<property name="target">

0 commit comments

Comments
 (0)