Skip to content

Commit ed46ded

Browse files
committed
Fixed javadocs on deleteBranch().
1 parent 133623a commit ed46ded

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
@@ -112,7 +112,7 @@ public Branch createBranch(Integer projectId, String branchName, String ref) thr
112112

113113

114114
/**
115-
* Delete a single project repository branch.
115+
* Delete a single project repository branch.
116116
*
117117
* DELETE /projects/:id/repository/branches/:branch
118118
*

0 commit comments

Comments
 (0)