Nested GHIssue.PullRequest must be static

This commit is contained in:
Honza Brázdil
2012-08-31 15:24:14 +02:00
parent 9017fe70d5
commit 803198620d

View File

@@ -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() {