diff --git a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/task/ThreadPoolTaskExecutorBuilder.java b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/task/ThreadPoolTaskExecutorBuilder.java index ee993a1ef3a..3ed8506474f 100644 --- a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/task/ThreadPoolTaskExecutorBuilder.java +++ b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/task/ThreadPoolTaskExecutorBuilder.java @@ -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) {