Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -382,11 +382,11 @@ public void setEmail_recipients(String email_recipients) {
this.email_recipients = email_recipients;
}

public boolean getNotify_authors() {
public Boolean getNotify_authors() {
return notify_authors;
}

public void setNotify_authors(boolean notify_authors) {
public void setNotify_authors(Boolean notify_authors) {
this.notify_authors = notify_authors;
}

Expand Down
Loading