Commit de92264
Fix null check in CompositeExecutor ctor
Fixes: #10575
Error in the `CompositeExecutor` constructor where `primaryTaskExecutor` was being validated twice instead of validating `secondaryTaskExecutor`.
Signed-off-by: Yoobin Yoon <[email protected]>
**Auto-cherry-pick to `6.4.x`**1 parent 413246a commit de92264
File tree
1 file changed
+2
-1
lines changed- spring-integration-core/src/main/java/org/springframework/integration/util
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
49 | | - | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
0 commit comments