Closed
Description
Method Injection section of Spring Framework documentation contains following XML snippet:
<!-- commandProcessor uses statefulCommandHelper -->
<bean id="commandManager" class="fiona.apple.CommandManager">
<lookup-method name="createCommand" bean="myCommand"/>
</bean>
Here the XML comment seems to be wrong and should be changed to 'commandManager uses myCommand'.