fixing deviceIdentifier validation issue

This commit is contained in:
hasuniea 2016-07-26 09:47:37 +05:30
parent 01e32c86c8
commit e4bfb6b6ef

View File

@ -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",