fall out from issue/pull-request unification

This commit is contained in:
Kohsuke Kawaguchi
2011-06-24 17:43:43 -07:00
parent f8d4ec267b
commit 5e2a27ab75
8 changed files with 48 additions and 19 deletions

View File

@@ -55,13 +55,6 @@ public class GHPullRequest extends GHIssue {
return user;
}
/**
* Repository to which the pull request was sent.
*/
public GHRepository getRepository() {
return getBase().getRepository();
}
/**
* This points to where the change should be pulled into,
* but I'm not really sure what exactly it means.