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

View File

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