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
2541e791
Commit
2541e791
authored
Dec 21, 2018
by
Greg Messner
Browse files
Fixed Javadoc warnings.
parent
156d828f
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gitlab4j/api/IssuesApi.java
View file @
2541e791
...
@@ -286,7 +286,7 @@ public class IssuesApi extends AbstractApi implements Constants {
...
@@ -286,7 +286,7 @@ public class IssuesApi extends AbstractApi implements Constants {
* <pre><code>GitLab Endpoint: GET /projects/:id/issues/:issue_iid</code></pre>
* <pre><code>GitLab Endpoint: GET /projects/:id/issues/:issue_iid</code></pre>
*
*
* @param projectIdOrPath the project in the form of an Integer(ID), String(path), or Project instance
* @param projectIdOrPath the project in the form of an Integer(ID), String(path), or Project instance
* @param issueid the internal ID of a project's issue
* @param issue
I
id the internal ID of a project's issue
* @return the specified Issue instance
* @return the specified Issue instance
* @throws GitLabApiException if any exception occurs
* @throws GitLabApiException if any exception occurs
*/
*/
...
...
src/main/java/org/gitlab4j/api/ProjectApi.java
View file @
2541e791
...
@@ -2395,7 +2395,6 @@ public class ProjectApi extends AbstractApi implements Constants {
...
@@ -2395,7 +2395,6 @@ public class ProjectApi extends AbstractApi implements Constants {
*
*
* @param projectIdOrPath projectIdOrPath the project in the form of an Integer(ID), String(path), or Project instance, required
* @param projectIdOrPath projectIdOrPath the project in the form of an Integer(ID), String(path), or Project instance, required
* @param avatarFile the File instance of the avatar file to upload
* @param avatarFile the File instance of the avatar file to upload
* @param mediaType the media type of the avatar file to upload, optional
* @return the updated Project instance
* @return the updated Project instance
* @throws GitLabApiException if any exception occurs
* @throws GitLabApiException if any exception occurs
*/
*/
...
...
src/main/java/org/gitlab4j/api/RepositoryApi.java
View file @
2541e791
...
@@ -97,7 +97,7 @@ public class RepositoryApi extends AbstractApi {
...
@@ -97,7 +97,7 @@ public class RepositoryApi extends AbstractApi {
*
*
* @param projectIdOrPath the project in the form of an Integer(ID), String(path), or Project instance
* @param projectIdOrPath the project in the form of an Integer(ID), String(path), or Project instance
* @param branchName the name of the branch to get
* @param branchName the name of the branch to get
* @return the branch info for the specified project ID/branch name pair
</code></pre>
* @return the branch info for the specified project ID/branch name pair
* @throws GitLabApiException if any exception occurs
* @throws GitLabApiException if any exception occurs
*/
*/
public
Branch
getBranch
(
Object
projectIdOrPath
,
String
branchName
)
throws
GitLabApiException
{
public
Branch
getBranch
(
Object
projectIdOrPath
,
String
branchName
)
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