File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3340,7 +3340,7 @@ consists of two listings):
33403340----
33413341====
33423342
3343- However, the second of the two preceding examples does not couple the code to Spring.
3343+ However, the first of the two preceding examples does not couple the code to Spring.
33443344
33453345
33463346[[beans-factory-lifecycle-disposablebean]]
@@ -3406,7 +3406,7 @@ The preceding definition has almost exactly the same effect as the following def
34063406----
34073407====
34083408
3409- However, the second of the two preceding definitions does not couple the code to Spring.
3409+ However, the first of the two preceding definitions does not couple the code to Spring.
34103410
34113411TIP: You can assign the `destroy-method` attribute of a `<bean>` element a special
34123412`(inferred)` value, which instructs Spring to automatically detect a public `close` or
You can’t perform that action at this time.
0 commit comments