提交 e42cf9dc 编写于 作者: S Stephane Nicoll

Polish "Fix method name in comment"

Closes gh-2057
上级 65cb9353
......@@ -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();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册