Polish "Fix method name in comment"

Closes gh-2057
This commit is contained in:
Stephane Nicoll
2018-12-18 07:56:10 +01:00
parent 65cb935333
commit e42cf9dc56

View File

@@ -7365,8 +7365,8 @@ the abstract `createCommand()` method is overridden in such a way that it looks
@Bean
public CommandManager commandManager() {
// return new anonymous implementation of CommandManager with createCommand() overridden
// to return a new prototype Command object
// return new anonymous implementation of CommandManager with createCommand()
overridden to return a new prototype Command object
return new CommandManager() {
protected Command createCommand() {
return asyncCommand();