Polishing

Closes gh-34148
This commit is contained in:
Sébastien Deleuze 2024-12-26 13:16:09 +01:00
parent eabd574038
commit 1ed74efa6b
1 changed files with 1 additions and 2 deletions

View File

@ -168,8 +168,7 @@ listings shows how to use the `parent` attribute:
[source,xml,indent=0,subs="verbatim,quotes"]
----
<!-- in the child (descendant) context -->
<!-- bean name is the same as the parent bean -->
<!-- in the child (descendant) context, bean name is the same as the parent bean -->
<bean id="accountService"
class="org.springframework.aop.framework.ProxyFactoryBean">
<property name="target">