Merge pull request #2050 from diguage

* pr/2050:
  Fix sample in EnableAsync Javadoc
This commit is contained in:
Stephane Nicoll 2018-12-13 10:18:08 +01:00
commit 81d77b9872
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ import org.springframework.core.Ordered;
*
* @Override
* public AsyncUncaughtExceptionHandler getAsyncUncaughtExceptionHandler() {
* return MyAsyncUncaughtExceptionHandler();
* return new MyAsyncUncaughtExceptionHandler();
* }
* }</pre>
*