Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
佳 邓
Gitlab4j Api
Commits
45dc78b1
Commit
45dc78b1
authored
Sep 17, 2017
by
Greg Messner
Browse files
Fixed Javadoc issues (#70)
parent
d4781bbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gitlab4j/api/DeployKeysApi.java
View file @
45dc78b1
...
...
@@ -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
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment