Commit d761586
refactor: Remove unnecessary executor null checks in session creation
Since executor is now guaranteed to be non-null, removed redundant
null checks on lines 442 and 530 before calling session.setExecutor().
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent bd7cdbc commit d761586
1 file changed
Lines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
439 | 439 | | |
440 | 440 | | |
441 | 441 | | |
442 | | - | |
443 | | - | |
444 | | - | |
| 442 | + | |
445 | 443 | | |
446 | 444 | | |
447 | 445 | | |
| |||
527 | 525 | | |
528 | 526 | | |
529 | 527 | | |
530 | | - | |
531 | | - | |
532 | | - | |
| 528 | + | |
533 | 529 | | |
534 | 530 | | |
535 | 531 | | |
| |||
0 commit comments