mirror of
https://github.com/jlengrand/github-api.git
synced 2026-04-04 08:21:23 +00:00
finished suggested formatting changes
This commit is contained in:
@@ -813,7 +813,7 @@ public class GHRepository extends GHObject {
|
||||
* Obtain permission for a given user in this repository.
|
||||
*
|
||||
* @param u
|
||||
* the u
|
||||
* the user
|
||||
* @return the permission
|
||||
* @throws IOException
|
||||
* the io exception
|
||||
@@ -1986,8 +1986,7 @@ public class GHRepository extends GHObject {
|
||||
// * Retrieves all the pull requests.
|
||||
// */
|
||||
// public List<GHPullRequest> getPullRequests() throws IOException {
|
||||
// return
|
||||
// root.retrieveWithAuth("/pulls/"+owner+'/'+name,JsonPullRequests.class).wrap(root);
|
||||
// return root.retrieveWithAuth("/pulls/"+owner+'/'+name,JsonPullRequests.class).wrap(root);
|
||||
// }
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user