Rename AsyncConfigurer#get{+Async}Executor

This commit is contained in:
Chris Beams
2011-05-07 09:32:03 +00:00
parent 358cbf4301
commit 7e398f101c
4 changed files with 7 additions and 5 deletions

View File

@@ -200,7 +200,7 @@ public class EnableAsyncTests {
return new AsyncBean();
}
public Executor getExecutor() {
public Executor getAsyncExecutor() {
ThreadPoolTaskExecutor executor = new ThreadPoolTaskExecutor();
executor.setThreadNamePrefix("Custom-");
executor.initialize();