Commit 45dc78b1 authored by Greg Messner's avatar Greg Messner
Browse files

Fixed Javadoc issues (#70)

parent d4781bbf
......@@ -120,10 +120,8 @@ public class DeployKeysApi extends AbstractApi {
* GET /projects/:id/deploy_keys/:key_id
*
* @param projectId the ID of the project
* @param the ID of the deploy key to delete
* @param page the page to get
* @param perPage the number of deploy keys per page
* @return the list of DeployKey in the specified range
* @param keyId the ID of the deploy key to delete
* @return the DeployKey instance for the specified project ID and key ID
* @throws GitLabApiException if any exception occurs
*/
public DeployKey getDeployKey(Integer projectId, Integer keyId) 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