Skip to content

Commit

Permalink
start ci. add text
Browse files Browse the repository at this point in the history
  • Loading branch information
useheart committed May 8, 2024
1 parent cb850d8 commit 8d20884
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public JobHistoryService(
this.finishedJobExpireTime = finishedJobExpireTime;
}

// Gets the status of a running and completed job
// Gets the status of a running and completed job. (fix loss job 6759)
public String listAllJob() {
List<JobStatusData> status = new ArrayList<>();
final List<JobState> runningJobStateList =
Expand Down

0 comments on commit 8d20884

Please sign in to comment.