You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot/src/main/java/org/springframework/boot/task/ThreadPoolTaskExecutorBuilder.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -166,8 +166,8 @@ public ThreadPoolTaskExecutorBuilder keepAlive(Duration keepAlive) {
166
166
/**
167
167
* Set whether to accept further tasks after the application context close phase has
168
168
* 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
0 commit comments