Skip to content

Commit a0f5a73

Browse files
authored
Javadoc fixes (#922)
1 parent a00b1f0 commit a0f5a73

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

src/test/java/org/gitlab4j/api/HelperUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public static final String getProperty(String key, String defaultValue) {
8787
* Set a named property, this will amend and overwrite properties read from the test-gitlab4j.properties file.
8888
*
8989
* @param key the key of the property to get
90-
* @return the named property from the test-gitlab4j.properties file
90+
* @param value the value of the property to get
9191
*/
9292
public static final void setProperty(String key, String value) {
9393
if (value == null) {

0 commit comments

Comments
 (0)