Remove package comments

This commit is contained in:
Liam Newman
2019-11-13 14:57:23 -08:00
parent 5f597379b5
commit a3b126282d
60 changed files with 121 additions and 121 deletions

View File

@@ -41,7 +41,7 @@ public class GHIssueComment extends GHObject implements Reactable {
private String body, gravatar_id, html_url, author_association;
private GHUser user; // not fully populated. beware.
/* package */ GHIssueComment wrapUp(GHIssue owner) {
GHIssueComment wrapUp(GHIssue owner) {
this.owner = owner;
return this;
}