Merge pull request #18 from janinko/patch-1

When using lazy population, this is not deprecated
This commit is contained in:
Kohsuke Kawaguchi
2012-09-07 09:52:12 -07:00

View File

@@ -211,7 +211,6 @@ public class GHIssue {
/**
* User who submitted the issue.
*/
@Deprecated
public GHUser getUser() {
return user;
}