提交 0150000d 编写于 作者: J Juergen Hoeller

backported TaskExecutorAdapter fix (SPR-8772)

上级 cad5eb83
......@@ -45,7 +45,7 @@ public abstract aspect AbstractAsyncExecutionAspect {
this.asyncExecutor = (AsyncTaskExecutor) executor;
}
else {
this.asyncExecutor = new TaskExecutorAdapter(asyncExecutor);
this.asyncExecutor = new TaskExecutorAdapter(executor);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册