Skip to content

Commit 71927b3

Browse files
committed
Merge branch '6.1.x'
# Conflicts: # spring-context/src/main/java/org/springframework/scheduling/concurrent/SimpleAsyncTaskScheduler.java
2 parents 313b063 + 9b85a24 commit 71927b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-context/src/main/java/org/springframework/scheduling/concurrent/SimpleAsyncTaskScheduler.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ private void shutdownAwareErrorHandler(Throwable ex) {
227227
if (this.errorHandler != null) {
228228
this.errorHandler.handleError(ex);
229229
}
230-
else if (this.scheduledExecutor.isTerminated()) {
230+
else if (this.scheduledExecutor.isShutdown()) {
231231
LogFactory.getLog(getClass()).debug("Ignoring scheduled task exception after shutdown", ex);
232232
}
233233
else {

0 commit comments

Comments
 (0)