Skip to content

Commit

Permalink
correct formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gitPushPuppets committed Nov 27, 2024
1 parent 0b9c556 commit e7af339
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 @@ -2898,7 +2898,8 @@ public GHRepositoryCloneTraffic getCloneTraffic() throws IOException {

/**
* Gets all custom property values that are set for a repository. Users with read access to the repository can use
* this endpoint. <a href="https://docs.github.com/en/rest/repos/custom-properties?apiVersion=2022-11-28#get-all-custom-property-values-for-a-repository">
* this endpoint. <a href=
* "https://docs.github.com/en/rest/repos/custom-properties?apiVersion=2022-11-28#get-all-custom-property-values-for-a-repository">
* docs</a>
*
* @return the custom properties and values on the repository
Expand Down

0 comments on commit e7af339

Please sign in to comment.