Skip to content

Commit d2a3c87

Browse files
committed
Add missing since javadoc to acceptTasksAfterContextClose
See gh-38968
1 parent 5c46511 commit d2a3c87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ public ThreadPoolTaskExecutorBuilder keepAlive(Duration keepAlive) {
169169
* @param acceptTasksAfterContextClose whether to accept further tasks after the
170170
* application context close phase has begun
171171
* @return a new builder instance
172+
* @since 3.3.0
172173
*/
173174
public ThreadPoolTaskExecutorBuilder acceptTasksAfterContextClose(boolean acceptTasksAfterContextClose) {
174175
return new ThreadPoolTaskExecutorBuilder(this.queueCapacity, this.corePoolSize, this.maxPoolSize,

0 commit comments

Comments
 (0)