Polish contribution

See gh-47244
This commit is contained in:
Stéphane Nicoll 2025-09-17 16:04:22 +02:00
parent 95305691ab
commit ae1e700df9
1 changed files with 2 additions and 1 deletions

View File

@ -80,7 +80,8 @@ public class TaskExecutionProperties {
public static class Simple {
/**
* Whether to cancel remaining tasks on close.
* Whether to cancel remaining tasks on close. Only recommended if threads are
* commonly expected to be stuck.
*/
private boolean cancelRemainingTasksOnClose;