Fix method name in comment
See gh-2057
This commit is contained in:
committed by
Stephane Nicoll
parent
0e8ed5931d
commit
65cb935333
@@ -7365,7 +7365,7 @@ the abstract `createCommand()` method is overridden in such a way that it looks
|
||||
|
||||
@Bean
|
||||
public CommandManager commandManager() {
|
||||
// return new anonymous implementation of CommandManager with command() overridden
|
||||
// return new anonymous implementation of CommandManager with createCommand() overridden
|
||||
// to return a new prototype Command object
|
||||
return new CommandManager() {
|
||||
protected Command createCommand() {
|
||||
|
||||
Reference in New Issue
Block a user