Skip to content

Commit b0f40f9

Browse files
committed
Fixed javadoc issue (#312).
1 parent 68e98e6 commit b0f40f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ public Optional<Commit> getOptionalMergeBase(Object projectIdOrPath, List<String
781781
}
782782

783783
/**
784-
* <p>Delete all branches that are merged into the project’s default branch.</p?
784+
* <p>Delete all branches that are merged into the project’s default branch.</p>
785785
* NOTE: Protected branches will not be deleted as part of this operation.
786786
*
787787
* <pre><code>GitLab Endpoint: /projects/:id/repository/merged_branches</code></pre>

0 commit comments

Comments
 (0)