Improve wording of scoped-proxy example in ref doc

Issue: SPR-8591
This commit is contained in:
Chris Beams
2011-08-09 14:45:26 +00:00
parent 47f45ff743
commit 3ead3cf859

View File

@@ -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;