ssss
This commit is contained in:
parent
9a4784a250
commit
4b80189a6e
|
@ -19,7 +19,6 @@ public class UserSetNotificationBean {
|
|||
|
||||
@JsonProperty("disableNotification")
|
||||
@NotNull(message="disableNotification cannot be null")
|
||||
@Size(message="disableNotification cannot be empty", min=1)
|
||||
private boolean disableNotification;
|
||||
|
||||
public UserSetNotificationBean() {
|
||||
|
|
Loading…
Reference in New Issue