Merge branch '6.1.x'

This commit is contained in:
Sam Brannen 2024-06-26 16:45:34 +02:00
commit 08112963a2
1 changed files with 1 additions and 1 deletions

View File

@ -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>