Skip to content

Commit 3638ec0

Browse files
authored
Fixed Javadoc issue.
1 parent 7d79b81 commit 3638ec0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/org/gitlab4j/api/RunnersApi.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ public List<Runner> getAllRunners(Runner.RunnerStatus scope) throws GitLabApiExc
137137
* GET /runners/all
138138
*
139139
* @param page The page offset of runners
140-
* @param perPage The number of runners to get after the page offset * @return List of Runners
140+
* @param perPage The number of runners to get after the page offset
141+
* @return a list of all runners in the GitLab instance
141142
* @throws GitLabApiException if any exception occurs
142143
*/
143144
public List<Runner> getAllRunners(int page, int perPage) throws GitLabApiException {

0 commit comments

Comments
 (0)