Browse Source

Merge branch '6.1.x'

pull/33105/head
Sam Brannen 2 years ago
parent
commit
08112963a2
  1. 2
      framework-docs/modules/ROOT/pages/core/beans/dependencies/factory-method-injection.adoc

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

@ -201,7 +201,7 @@ the original class. Consider the following example: @@ -201,7 +201,7 @@ the original class. Consider the following example:
<!-- inject dependencies here as required -->
</bean>
<!-- commandProcessor uses statefulCommandHelper -->
<!-- commandManager uses myCommand prototype bean -->
<bean id="commandManager" class="fiona.apple.CommandManager">
<lookup-method name="createCommand" bean="myCommand"/>
</bean>

Loading…
Cancel
Save