@@ -739,9 +739,9 @@ public MergeRequest acceptMergeRequest(Object projectIdOrPath, Long mergeRequest
739739 *
740740 * @param projectIdOrPath the project in the form of an Long(ID), String(path), or Project instance
741741 * @param mergeRequestIid the internal ID of the merge request
742- * @param mergeCommitMessage, custom merge commit message, optional
743- * @param shouldRemoveSourceBranch, if true removes the source branch, optional
744- * @param mergeWhenPipelineSucceeds, if true the MR is merged when the pipeline, optional
742+ * @param mergeCommitMessage custom merge commit message, optional
743+ * @param shouldRemoveSourceBranch if true removes the source branch, optional
744+ * @param mergeWhenPipelineSucceeds if true the MR is merged when the pipeline, optional
745745 * @return the merged merge request
746746 * @throws GitLabApiException if any exception occurs
747747 */
@@ -767,9 +767,9 @@ public MergeRequest acceptMergeRequest(Object projectIdOrPath, Long mergeRequest
767767 *
768768 * @param projectIdOrPath the project in the form of an Long(ID), String(path), or Project instance
769769 * @param mergeRequestIid the internal ID of the merge request
770- * @param mergeCommitMessage, custom merge commit message, optional
771- * @param shouldRemoveSourceBranch, if true removes the source branch, optional
772- * @param mergeWhenPipelineSucceeds, if true the MR is merged when the pipeline, optional
770+ * @param mergeCommitMessage custom merge commit message, optional
771+ * @param shouldRemoveSourceBranch if true removes the source branch, optional
772+ * @param mergeWhenPipelineSucceeds if true the MR is merged when the pipeline, optional
773773 * @param sha if present, then this SHA must match the HEAD of the source branch, otherwise the merge will fail, optional
774774 * @return the merged merge request
775775 * @throws GitLabApiException if any exception occurs
0 commit comments