Skip to content

Commit 4225df5

Browse files
authored
Fix javadoc of getTrace(..) (#1259)
1 parent a8f540f commit 4225df5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gitlab4j-api/src/main/java/org/gitlab4j/api/JobApi.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -633,9 +633,9 @@ public InputStream downloadSingleArtifactsFile(Object projectIdOrPath, Long jobI
633633
}
634634

635635
/**
636-
* Get a trace of a specific job of a project
636+
* Get a log (trace) of a specific job of a project.
637637
*
638-
* <pre><code>GitLab Endpoint: GET /projects/:id/jobs/:id/trace</code></pre>
638+
* <pre><code>GitLab Endpoint: GET /projects/:id/jobs/:job_id/trace</code></pre>
639639
*
640640
* @param projectIdOrPath id, path of the project, or a Project instance holding the project ID or path
641641
* to get the specified job's trace for

0 commit comments

Comments
 (0)