Browse Source

Improve wording of scoped-proxy example in ref doc

Issue: SPR-8591
pull/7/head
Chris Beams 13 years ago
parent
commit
3ead3cf859
  1. 2
      spring-framework-reference/src/beans-scopes.xml

2
spring-framework-reference/src/beans-scopes.xml

@ -405,7 +405,7 @@ @@ -405,7 +405,7 @@
<lineannotation>&lt;!-- an HTTP <interfacename>Session</interfacename>-scoped bean exposed as a proxy --&gt;</lineannotation>
&lt;bean id="userPreferences" class="com.foo.UserPreferences" <emphasis role="bold">scope="session"</emphasis>&gt;
<lineannotation>&lt;!-- this next element effects the proxying of the surrounding bean --&gt;</lineannotation>
<lineannotation>&lt;!-- instructs the container to proxy the surrounding bean --&gt;</lineannotation>
<emphasis role="bold">&lt;aop:scoped-proxy/&gt;</emphasis>
&lt;/bean&gt;

Loading…
Cancel
Save