fixing deviceIdentifier validation issue

revert-dabc3590
hasuniea 8 years ago
parent 01e32c86c8
commit e4bfb6b6ef

@ -53,7 +53,6 @@ public class AndroidDevice implements Serializable {
)
@NotNull
@Size(min = 2, max = 45)
@Pattern(regexp = "^[A-Za-z0-9]*$")
private String deviceIdentifier;
@ApiModelProperty(
name = "enrolmentInfo",

Loading…
Cancel
Save