extend id from int to long

This commit is contained in:
Arne Burmeister
2017-10-23 17:05:02 +02:00
parent b443e866f9
commit 7735edeae8
5 changed files with 10 additions and 10 deletions

View File

@@ -793,7 +793,7 @@ public class GitHub {
* This provides a dump of every public repository, in the order that they were created.
*
* @param since
* The integer ID of the last Repository that youve seen. See {@link GHRepository#getId()}
* The numeric ID of the last Repository that youve seen. See {@link GHRepository#getId()}
* @see <a href="https://developer.github.com/v3/repos/#list-all-public-repositories">documentation</a>
*/
public PagedIterable<GHRepository> listAllPublicRepositories(final String since) {