Skip to content

Example in Method Injection section of Spring Framework documentation refers to wrong bean names #33096

Closed
@jourteen

Description

@jourteen

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'.

Metadata

Metadata

Assignees

Labels

in: coreIssues in core modules (aop, beans, core, context, expression)type: documentationA documentation task

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions