Skip to content

Commit 28e25f0

Browse files
committed
Fixed Javadoc typo.
1 parent 4539c4f commit 28e25f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
/**
1313
* This class provides an entry point to all the Protected Branches API calls.
14-
* @see <a https://docs.gitlab.com/ee/api/protected_branches.html">Protected branches API at GitLab</a>
14+
* @see <a href="https://docs.gitlab.com/ee/api/protected_branches.html">Protected branches API at GitLab</a>
1515
*/
1616
public class ProtectedBranchesApi extends AbstractApi {
1717

0 commit comments

Comments
 (0)