mirror of
https://github.com/jlengrand/github-api.git
synced 2026-03-10 08:21:21 +00:00
Merge pull request #18 from janinko/patch-1
When using lazy population, this is not deprecated
This commit is contained in:
@@ -211,7 +211,6 @@ public class GHIssue {
|
||||
/**
|
||||
* User who submitted the issue.
|
||||
*/
|
||||
@Deprecated
|
||||
public GHUser getUser() {
|
||||
return user;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user