mirror of
https://github.com/jlengrand/github-api.git
synced 2026-03-10 08:21:21 +00:00
Nested GHIssue.PullRequest must be static
This commit is contained in:
@@ -247,7 +247,7 @@ public class GHIssue {
|
||||
return milestone;
|
||||
}
|
||||
|
||||
public class PullRequest{
|
||||
public static class PullRequest{
|
||||
private String diff_url, patch_url, html_url;
|
||||
|
||||
public URL getDiffUrl() {
|
||||
|
||||
Reference in New Issue
Block a user