Commit b0f40f9f authored by Greg Messner's avatar Greg Messner
Browse files

Fixed javadoc issue (#312).

parent 68e98e6b
...@@ -781,7 +781,7 @@ public class RepositoryApi extends AbstractApi { ...@@ -781,7 +781,7 @@ public class RepositoryApi extends AbstractApi {
} }
/** /**
* <p>Delete all branches that are merged into the project’s default branch.</p? * <p>Delete all branches that are merged into the project’s default branch.</p>
* NOTE: Protected branches will not be deleted as part of this operation. * NOTE: Protected branches will not be deleted as part of this operation.
* *
* <pre><code>GitLab Endpoint: /projects/:id/repository/merged_branches</code></pre> * <pre><code>GitLab Endpoint: /projects/:id/repository/merged_branches</code></pre>
......
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