Polish "Add configuration property "spring.task.execution.pool.shutdown.accept-tasks-after-context-close""

See gh-38968
This commit is contained in:
Moritz Halbritter
2024-01-10 10:38:28 +01:00
parent 0e53c0098f
commit 1c411c2fc3

View File

@@ -166,8 +166,8 @@ public class ThreadPoolTaskExecutorBuilder {
/**
* Set whether to accept further tasks after the application context close phase has
* begun.
* @param acceptTasksAfterContextClose to accept further tasks after the application
* context close phase has begun
* @param acceptTasksAfterContextClose whether to accept further tasks after the
* application context close phase has begun
* @return a new builder instance
*/
public ThreadPoolTaskExecutorBuilder acceptTasksAfterContextClose(boolean acceptTasksAfterContextClose) {