This commit is contained in:
Massimiliano Assante 2022-09-16 12:39:57 +02:00
parent 9a4784a250
commit 4b80189a6e
1 changed files with 0 additions and 1 deletions

View File

@ -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() {