Skip to content

Commit

Permalink
fix: fix getJobLog comment (#2305)
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Ye <[email protected]>

Signed-off-by: Ben Ye <[email protected]>
Co-authored-by: dl239 <[email protected]>
  • Loading branch information
yeya24 and dl239 authored Aug 11, 2022
1 parent 67f0add commit 37405cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ public int showBatchVersion() throws Exception {
}

/**
* Submit job to get job log.
* Get job log.
*/
public String getJobLog(int id) throws Exception {
TaskManager.GetJobLogRequest request = TaskManager.GetJobLogRequest.newBuilder()
Expand Down

0 comments on commit 37405cf

Please sign in to comment.