Update src/main/java/org/kohsuke/github/GHWorkflowRun.java

This commit is contained in:
Liam Newman
2021-04-05 13:07:40 -07:00
committed by GitHub
parent bfb3b94478
commit 18e7138812

View File

@@ -323,7 +323,7 @@ public class GHWorkflowRun extends GHObject {
}
/**
* Returns this list of jobs from all the executions of this workflow run.
* Returns the list of jobs from all the executions of this workflow run.
*
* @return list of jobs from all the executions
*/