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 <[email protected]>
  • Loading branch information
liuchunhua and caishunfeng authored Mar 8, 2024
1 parent 68065d3 commit e3fdb1a
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 e3fdb1a

Please sign in to comment.