Skip to content

Commit

Permalink
Fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
augustd committed Nov 13, 2024
1 parent e69c1b9 commit ec1fd1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/org/kohsuke/github/GHRepository.java
Original file line number Diff line number Diff line change
Expand Up @@ -2734,7 +2734,8 @@ public PagedIterable<Contributor> listContributors() throws IOException {
* @return the paged iterable
* @throws IOException
* the io exception
* @link https://docs.github.com/en/rest/repos/repos?apiVersion=2022-11-28#list-repository-contributors
* @see <a href="https://docs.github.com/en/rest/repos/repos?apiVersion=2022-11-28#list-repository-contributors">
* GitHub API - List Repository Contributors</a>
*/
public PagedIterable<Contributor> listContributors(Boolean includeAnonymous) throws IOException {
return root().createRequest()
Expand Down

0 comments on commit ec1fd1d

Please sign in to comment.