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