mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
fixing deviceIdentifier validation issue
This commit is contained in:
parent
01e32c86c8
commit
e4bfb6b6ef
@ -53,7 +53,6 @@ public class AndroidDevice implements Serializable {
|
|||||||
)
|
)
|
||||||
@NotNull
|
@NotNull
|
||||||
@Size(min = 2, max = 45)
|
@Size(min = 2, max = 45)
|
||||||
@Pattern(regexp = "^[A-Za-z0-9]*$")
|
|
||||||
private String deviceIdentifier;
|
private String deviceIdentifier;
|
||||||
@ApiModelProperty(
|
@ApiModelProperty(
|
||||||
name = "enrolmentInfo",
|
name = "enrolmentInfo",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user