Browse Source

Polish reference documentation

Issue: SRP-17453

Closes gh-2004
pull/2016/head
Periklis Ntanasis 6 years ago committed by Stephane Nicoll
parent
commit
6f36514369
  1. 4
      src/docs/asciidoc/core/core-beans.adoc

4
src/docs/asciidoc/core/core-beans.adoc

@ -3340,7 +3340,7 @@ consists of two listings): @@ -3340,7 +3340,7 @@ consists of two listings):
----
====
However, the second of the two preceding examples does not couple the code to Spring.
However, the first of the two preceding examples does not couple the code to Spring.
[[beans-factory-lifecycle-disposablebean]]
@ -3406,7 +3406,7 @@ The preceding definition has almost exactly the same effect as the following def @@ -3406,7 +3406,7 @@ The preceding definition has almost exactly the same effect as the following def
----
====
However, the second of the two preceding definitions does not couple the code to Spring.
However, the first of the two preceding definitions does not couple the code to Spring.
TIP: You can assign the `destroy-method` attribute of a `<bean>` element a special
`(inferred)` value, which instructs Spring to automatically detect a public `close` or

Loading…
Cancel
Save