Merge pull request #2050 from diguage
* pr/2050: Fix sample in EnableAsync Javadoc
This commit is contained in:
commit
81d77b9872
|
|
@ -99,7 +99,7 @@ import org.springframework.core.Ordered;
|
||||||
*
|
*
|
||||||
* @Override
|
* @Override
|
||||||
* public AsyncUncaughtExceptionHandler getAsyncUncaughtExceptionHandler() {
|
* public AsyncUncaughtExceptionHandler getAsyncUncaughtExceptionHandler() {
|
||||||
* return MyAsyncUncaughtExceptionHandler();
|
* return new MyAsyncUncaughtExceptionHandler();
|
||||||
* }
|
* }
|
||||||
* }</pre>
|
* }</pre>
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue