Cleanup tabs and whitespace

This commit is contained in:
Liam Newman
2019-11-13 12:47:19 -08:00
parent d23c718036
commit 8943af9840
48 changed files with 526 additions and 526 deletions

View File

@@ -74,7 +74,7 @@ public class GHIssueComment extends GHObject implements Reactable {
public GHUser getUser() throws IOException {
return owner == null || owner.root.isOffline() ? user : owner.root.getUser(user.getLogin());
}
@Override
public URL getHtmlUrl() {
return GitHub.parseURL(html_url);
@@ -83,7 +83,7 @@ public class GHIssueComment extends GHObject implements Reactable {
public GHCommentAuthorAssociation getAuthorAssociation() {
return GHCommentAuthorAssociation.valueOf(author_association);
}
/**
* Updates the body of the issue comment.
*/