Unverified Commit 3638ec0f authored by Greg Messner's avatar Greg Messner Committed by GitHub
Browse files

Fixed Javadoc issue.

parent 7d79b811
...@@ -137,7 +137,8 @@ public class RunnersApi extends AbstractApi { ...@@ -137,7 +137,8 @@ public class RunnersApi extends AbstractApi {
* GET /runners/all * GET /runners/all
* *
* @param page The page offset of runners * @param page The page offset of runners
* @param perPage The number of runners to get after the page offset * @return List of Runners * @param perPage The number of runners to get after the page offset
* @return a list of all runners in the GitLab instance
* @throws GitLabApiException if any exception occurs * @throws GitLabApiException if any exception occurs
*/ */
public List<Runner> getAllRunners(int page, int perPage) throws GitLabApiException { public List<Runner> getAllRunners(int page, int perPage) throws GitLabApiException {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment