Browse Source

Reintroduce deleted text in Javadoc

pull/36115/head
Sam Brannen 3 weeks ago
parent
commit
dfb17d84d6
  1. 1
      spring-core/src/main/java/org/springframework/core/task/SimpleAsyncTaskExecutor.java

1
spring-core/src/main/java/org/springframework/core/task/SimpleAsyncTaskExecutor.java

@ -213,6 +213,7 @@ public class SimpleAsyncTaskExecutor extends CustomizableThreadCreator @@ -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

Loading…
Cancel
Save