Skip to content

Commit 55c73a8

Browse files
committed
Fixed Javadoc warning.
1 parent 13afdbb commit 55c73a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/org/gitlab4j/api/MergeRequestApi.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,7 @@ public MergeRequest updateMergeRequest(Integer projectId, Integer mergeRequestId
165165
* @param assigneeId the Assignee user ID, optional
166166
* @return the updated merge request
167167
* @throws GitLabApiException if any exception occurs
168-
* @deprecated as of release 4.4.3, replaced by {@link #updateMergeRequest(Integer, Integer, String,
169-
* String, Integer, String, StateEvent, String, Integer)}
168+
* @deprecated as of release 4.4.3
170169
*/
171170
@Deprecated
172171
public MergeRequest updateMergeRequest(Integer projectId, Integer mergeRequestId, String sourceBranch, String targetBranch, String title, String description,

0 commit comments

Comments
 (0)