Skip to content

Commit 0811296

Browse files
committed
Merge branch '6.1.x'
2 parents 73c0783 + c68c6fa commit 0811296

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

Lines changed: 1 addition & 1 deletion
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)