Commit 55c73a83 authored by Greg Messner's avatar Greg Messner
Browse files

Fixed Javadoc warning.

parent 13afdbb0
...@@ -165,8 +165,7 @@ public class MergeRequestApi extends AbstractApi { ...@@ -165,8 +165,7 @@ public class MergeRequestApi extends AbstractApi {
* @param assigneeId the Assignee user ID, optional * @param assigneeId the Assignee user ID, optional
* @return the updated merge request * @return the updated merge request
* @throws GitLabApiException if any exception occurs * @throws GitLabApiException if any exception occurs
* @deprecated as of release 4.4.3, replaced by {@link #updateMergeRequest(Integer, Integer, String, * @deprecated as of release 4.4.3
* String, Integer, String, StateEvent, String, Integer)}
*/ */
@Deprecated @Deprecated
public MergeRequest updateMergeRequest(Integer projectId, Integer mergeRequestId, String sourceBranch, String targetBranch, String title, String description, public MergeRequest updateMergeRequest(Integer projectId, Integer mergeRequestId, String sourceBranch, String targetBranch, String title, String description,
......
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