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
|
||||
)
|
||||
@Size(min = 2, max = 45)
|
||||
@Pattern(regexp = "^[A-Za-z0-9]*$")
|
||||
private String name;
|
||||
@ApiModelProperty(
|
||||
name = "description",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user