Polishing (aligned with main)

This commit is contained in:
Juergen Hoeller
2026-02-24 18:04:40 +01:00
parent 972ba739aa
commit b619e69130
2 changed files with 6 additions and 4 deletions
@@ -242,8 +242,8 @@ public class ThreadPoolTaskExecutor extends ExecutorConfigurationSupport
* @since 6.1.4
* @see #initiateShutdown()
*/
public void setStrictEarlyShutdown(boolean defaultEarlyShutdown) {
this.strictEarlyShutdown = defaultEarlyShutdown;
public void setStrictEarlyShutdown(boolean strictEarlyShutdown) {
this.strictEarlyShutdown = strictEarlyShutdown;
}
/**