Skip to content

Commit

Permalink
Polishing
Browse files Browse the repository at this point in the history
Closes gh-34148
  • Loading branch information
sdeleuze committed Dec 26, 2024
1 parent eabd574 commit 1ed74ef
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 1ed74ef

Please sign in to comment.