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
55c73a83
Commit
55c73a83
authored
Aug 12, 2017
by
Greg Messner
Browse files
Fixed Javadoc warning.
parent
13afdbb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gitlab4j/api/MergeRequestApi.java
View file @
55c73a83
...
...
@@ -165,8 +165,7 @@ public class MergeRequestApi extends AbstractApi {
* @param assigneeId the Assignee user ID, optional
* @return the updated merge request
* @throws GitLabApiException if any exception occurs
* @deprecated as of release 4.4.3, replaced by {@link #updateMergeRequest(Integer, Integer, String,
* String, Integer, String, StateEvent, String, Integer)}
* @deprecated as of release 4.4.3
*/
@Deprecated
public
MergeRequest
updateMergeRequest
(
Integer
projectId
,
Integer
mergeRequestId
,
String
sourceBranch
,
String
targetBranch
,
String
title
,
String
description
,
...
...
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