Add missing since javadoc to acceptTasksAfterContextClose

See gh-38968
This commit is contained in:
Andy Wilkinson
2024-01-10 09:58:23 +00:00
parent 5c465115ac
commit d2a3c8703a

View File

@@ -169,6 +169,7 @@ public class ThreadPoolTaskExecutorBuilder {
* @param acceptTasksAfterContextClose whether to accept further tasks after the
* application context close phase has begun
* @return a new builder instance
* @since 3.3.0
*/
public ThreadPoolTaskExecutorBuilder acceptTasksAfterContextClose(boolean acceptTasksAfterContextClose) {
return new ThreadPoolTaskExecutorBuilder(this.queueCapacity, this.corePoolSize, this.maxPoolSize,