aaaa
This commit is contained in:
parent
4b80189a6e
commit
4efb919c00
|
@ -19,7 +19,7 @@ public class UserSetNotificationBean {
|
|||
|
||||
@JsonProperty("disableNotification")
|
||||
@NotNull(message="disableNotification cannot be null")
|
||||
private boolean disableNotification;
|
||||
private Boolean disableNotification;
|
||||
|
||||
public UserSetNotificationBean() {
|
||||
super();
|
||||
|
|
Loading…
Reference in New Issue