Merge pull request #2057 from kimsaabyepedersen
* pr/2057: Polish "Fix method name in comment" Fix method name in comment
This commit is contained in:
commit
1d593a970a
|
@ -7365,8 +7365,8 @@ the abstract `createCommand()` method is overridden in such a way that it looks
|
||||||
|
|
||||||
@Bean
|
@Bean
|
||||||
public CommandManager commandManager() {
|
public CommandManager commandManager() {
|
||||||
// return new anonymous implementation of CommandManager with command() overridden
|
// return new anonymous implementation of CommandManager with createCommand()
|
||||||
// to return a new prototype Command object
|
overridden to return a new prototype Command object
|
||||||
return new CommandManager() {
|
return new CommandManager() {
|
||||||
protected Command createCommand() {
|
protected Command createCommand() {
|
||||||
return asyncCommand();
|
return asyncCommand();
|
||||||
|
|
Loading…
Reference in New Issue