Skip to content

Commit

Permalink
Merge pull request #282 from rodrigopalhares/CommentEventNullPointer
Browse files Browse the repository at this point in the history
CommentEvent NullPointerException in implicit cast
  • Loading branch information
aheritier authored Jun 10, 2019
2 parents 86303a2 + 228ea62 commit 8f7878f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public void setHtmlBody(String htmlBody) {
this.htmlBody = htmlBody;
}

public boolean getTrusted() {
public Boolean getTrusted() {
return trusted;
}

Expand Down

0 comments on commit 8f7878f

Please sign in to comment.