|
|
|
@ -239,8 +239,8 @@ public class ThreadPoolTaskExecutor extends ExecutorConfigurationSupport |
|
|
|
* @since 6.1.4 |
|
|
|
* @since 6.1.4 |
|
|
|
* @see #initiateShutdown() |
|
|
|
* @see #initiateShutdown() |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public void setStrictEarlyShutdown(boolean defaultEarlyShutdown) { |
|
|
|
public void setStrictEarlyShutdown(boolean strictEarlyShutdown) { |
|
|
|
this.strictEarlyShutdown = defaultEarlyShutdown; |
|
|
|
this.strictEarlyShutdown = strictEarlyShutdown; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
|