Skip to content

Commit

Permalink
ensure ExecutionTracer#save is public
Browse files Browse the repository at this point in the history
  • Loading branch information
rmannibucau committed Jan 7, 2022
1 parent 6ca969b commit f82c211
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public boolean isAlreadySaved() {
}

@Override
protected void save(final JobExecution job, final List<StepExecution> steps) {
public void save(final JobExecution job, final List<StepExecution> steps) {
if (forceSkip || alreadySaved) {
return;
}
Expand Down

0 comments on commit f82c211

Please sign in to comment.