Polishing

This commit is contained in:
Juergen Hoeller
2015-07-30 19:34:33 +02:00
parent 2c2bed2adb
commit 9ef38807e6
5 changed files with 7 additions and 7 deletions

View File

@@ -239,6 +239,7 @@ public class EnableAsyncTests {
@Configuration
@EnableAsync(mode = AdviceMode.ASPECTJ)
static class AspectJAsyncAnnotationConfig {
@Bean
public AsyncBean asyncBean() {
return new AsyncBean();
@@ -276,7 +277,7 @@ public class EnableAsyncTests {
@Override
public AsyncUncaughtExceptionHandler getAsyncUncaughtExceptionHandler() {
return exceptionHandler();
return exceptionHandler();
}
@Bean