From c68c6faa03fde88bae2e5cb104088c2e7c631003 Mon Sep 17 00:00:00 2001 From: Sam Brannen <104798+sbrannen@users.noreply.github.com> Date: Wed, 26 Jun 2024 16:45:06 +0200 Subject: [PATCH] Fix comment in Method Injection example in reference manual Prior to this commit, the comment in the XML configuration example in the Method Injection section of the reference manual referred to the wrong bean names. Closes gh-33096 --- .../pages/core/beans/dependencies/factory-method-injection.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework-docs/modules/ROOT/pages/core/beans/dependencies/factory-method-injection.adoc b/framework-docs/modules/ROOT/pages/core/beans/dependencies/factory-method-injection.adoc index 21b1f4a1f25e..3738a55f8188 100644 --- a/framework-docs/modules/ROOT/pages/core/beans/dependencies/factory-method-injection.adoc +++ b/framework-docs/modules/ROOT/pages/core/beans/dependencies/factory-method-injection.adoc @@ -201,7 +201,7 @@ the original class. Consider the following example: - +