mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Reintroduce deleted text in Javadoc
This commit is contained in:
@@ -213,6 +213,7 @@ public class SimpleAsyncTaskExecutor extends CustomizableThreadCreator
|
||||
* Specify whether to reject tasks when the concurrency limit has been reached,
|
||||
* throwing {@link TaskRejectedException} (which extends the common
|
||||
* {@link java.util.concurrent.RejectedExecutionException})
|
||||
* on any further execution attempts.
|
||||
* <p>The default is {@code false}, blocking the caller until the submission can
|
||||
* be accepted. Switch this to {@code true} for immediate rejection instead.
|
||||
* @since 6.2.6
|
||||
|
||||
Reference in New Issue
Block a user