mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 12:19:16 +00:00
Merge pull request #2050 from diguage
* pr/2050: Fix sample in EnableAsync Javadoc
This commit is contained in:
+1
-1
@@ -99,7 +99,7 @@ import org.springframework.core.Ordered;
|
||||
*
|
||||
* @Override
|
||||
* public AsyncUncaughtExceptionHandler getAsyncUncaughtExceptionHandler() {
|
||||
* return MyAsyncUncaughtExceptionHandler();
|
||||
* return new MyAsyncUncaughtExceptionHandler();
|
||||
* }
|
||||
* }</pre>
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user