File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2680,12 +2680,12 @@ understand the "why" as well as the "how" behind it.
2680
2680
----
2681
2681
2682
2682
To create such a proxy, you insert a child `<aop:scoped-proxy/>` element into a scoped
2683
- bean definition. See <<beans-factory-scopes-other-injection-proxies>> and
2684
- <<xsd-configuration>>.) Why do definitions of beans scoped at the `request`, `session`,
2685
- `globalSession` and custom-scope levels require the `<aop:scoped-proxy/>` element ?
2683
+ bean definition (see <<beans-factory-scopes-other-injection-proxies>> and
2684
+ <<xsd-configuration>>). Why do definitions of beans scoped at the `request`, `session`,
2685
+ `globalSession` and custom-scope levels require the `<aop:scoped-proxy/>` element?
2686
2686
Let's examine the following singleton bean definition and contrast it with what you need
2687
- to define for the aforementioned scopes. (The following `userPreferences` bean
2688
- definition as it stands is __incomplete.)__
2687
+ to define for the aforementioned scopes (note that the following `userPreferences` bean
2688
+ definition as it stands is __incomplete__).
2689
2689
2690
2690
[source,xml,indent=0]
2691
2691
[subs="verbatim,quotes"]
You can’t perform that action at this time.
0 commit comments