Skip to content

Commit 1c411c2

Browse files
committed
Polish "Add configuration property "spring.task.execution.pool.shutdown.accept-tasks-after-context-close""
See gh-38968
1 parent 0e53c00 commit 1c411c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/task/ThreadPoolTaskExecutorBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ public ThreadPoolTaskExecutorBuilder keepAlive(Duration keepAlive) {
166166
/**
167167
* Set whether to accept further tasks after the application context close phase has
168168
* begun.
169-
* @param acceptTasksAfterContextClose to accept further tasks after the application
170-
* context close phase has begun
169+
* @param acceptTasksAfterContextClose whether to accept further tasks after the
170+
* application context close phase has begun
171171
* @return a new builder instance
172172
*/
173173
public ThreadPoolTaskExecutorBuilder acceptTasksAfterContextClose(boolean acceptTasksAfterContextClose) {

0 commit comments

Comments
 (0)