Skip to content

Commit

Permalink
Merge pull request #2004 from MasterEx
Browse files Browse the repository at this point in the history
* pr/2004:
  Polish reference documentation
  • Loading branch information
snicoll committed Nov 1, 2018
2 parents 9da9bb9 + 6f36514 commit 47aec50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/docs/asciidoc/core/core-beans.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 47aec50

Please sign in to comment.