Skip to content

Commit 0150000

Browse files
committed
backported TaskExecutorAdapter fix (SPR-8772)
1 parent cad5eb8 commit 0150000

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

org.springframework.aspects/src/main/java/org/springframework/scheduling/aspectj/AbstractAsyncExecutionAspect.aj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public abstract aspect AbstractAsyncExecutionAspect {
4545
this.asyncExecutor = (AsyncTaskExecutor) executor;
4646
}
4747
else {
48-
this.asyncExecutor = new TaskExecutorAdapter(asyncExecutor);
48+
this.asyncExecutor = new TaskExecutorAdapter(executor);
4949
}
5050
}
5151

0 commit comments

Comments
 (0)