Skip to content

Commit

Permalink
Remove AsyncConfigurerSupport reference in EnableAsync Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye committed Dec 28, 2021
1 parent 7ba089b commit 3c31c46
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@
* }</pre>
*
* <p>If only one item needs to be customized, {@code null} can be returned to
* keep the default settings. Consider also extending from {@link AsyncConfigurerSupport}
* when possible.
* keep the default settings.
*
* <p>Note: In the above example the {@code ThreadPoolTaskExecutor} is not a fully managed
* Spring bean. Add the {@code @Bean} annotation to the {@code getAsyncExecutor()} method
Expand Down

0 comments on commit 3c31c46

Please sign in to comment.