Skip to content

Commit c68c6fa

Browse files
committedJun 26, 2024·
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
1 parent 6dd5c85 commit c68c6fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎framework-docs/modules/ROOT/pages/core/beans/dependencies/factory-method-injection.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ the original class. Consider the following example:
201201
<!-- inject dependencies here as required -->
202202
</bean>
203203
204-
<!-- commandProcessor uses statefulCommandHelper -->
204+
<!-- commandManager uses myCommand prototype bean -->
205205
<bean id="commandManager" class="fiona.apple.CommandManager">
206206
<lookup-method name="createCommand" bean="myCommand"/>
207207
</bean>

0 commit comments

Comments
 (0)
Please sign in to comment.