From 18e71388126ac99bbd55554eb6a6c732313add8e Mon Sep 17 00:00:00 2001 From: Liam Newman Date: Mon, 5 Apr 2021 13:07:40 -0700 Subject: [PATCH] Update src/main/java/org/kohsuke/github/GHWorkflowRun.java --- src/main/java/org/kohsuke/github/GHWorkflowRun.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/kohsuke/github/GHWorkflowRun.java b/src/main/java/org/kohsuke/github/GHWorkflowRun.java index 5b34291a8..235f935cf 100644 --- a/src/main/java/org/kohsuke/github/GHWorkflowRun.java +++ b/src/main/java/org/kohsuke/github/GHWorkflowRun.java @@ -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 */