From eeaae16b1792debe9aa942b16c8fec0acd543162 Mon Sep 17 00:00:00 2001 From: Sviatoslav Date: Sun, 26 Jan 2020 14:23:22 +0000 Subject: [PATCH] Remove dated mention of "local" bean attribute Closes gh-24430 --- src/docs/asciidoc/core/core-beans.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/core/core-beans.adoc b/src/docs/asciidoc/core/core-beans.adoc index 1b1af8d810..073a3051ac 100644 --- a/src/docs/asciidoc/core/core-beans.adoc +++ b/src/docs/asciidoc/core/core-beans.adoc @@ -1565,7 +1565,7 @@ is a dependency of the bean whose property is to be set, and it is initialized o as needed before the property is set. (If the collaborator is a singleton bean, it may already be initialized by the container.) All references are ultimately a reference to another object. Scoping and validation depend on whether you specify the ID or name of the -other object through the `bean`, `local,` or `parent` attributes. +other object through the `bean`, or `parent` attributes. Specifying the target bean through the `bean` attribute of the `` tag is the most general form and allows creation of a reference to any bean in the same container or