Skip to content

Commit

Permalink
[Fix-15639] parameterPassing is null case NPE (apache#15678)
Browse files Browse the repository at this point in the history
Co-authored-by: caishunfeng <caishunfeng2021@gmail.com>
  • Loading branch information
2 people authored and ZhongJinHacker committed Mar 11, 2024
1 parent 7462ea3 commit 479e0ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class DependentItem {
private String dateValue;
private DependResult dependResult;
private TaskExecutionStatus status;
private Boolean parameterPassing;
private Boolean parameterPassing = false;

public String getKey() {
return String.format("%d-%d-%s-%s",
Expand Down

0 comments on commit 479e0ac

Please sign in to comment.