mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Removed device name regex pattern from bean validation
This commit is contained in:
parent
bff34e5030
commit
c1cc6f08d9
@ -39,7 +39,6 @@ public class AndroidDevice implements Serializable {
|
|||||||
required = true
|
required = true
|
||||||
)
|
)
|
||||||
@Size(min = 2, max = 45)
|
@Size(min = 2, max = 45)
|
||||||
@Pattern(regexp = "^[A-Za-z0-9]*$")
|
|
||||||
private String name;
|
private String name;
|
||||||
@ApiModelProperty(
|
@ApiModelProperty(
|
||||||
name = "description",
|
name = "description",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user