Removed device name regex pattern from bean validation

revert-dabc3590
Milan Perera 8 years ago committed by GitHub
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…
Cancel
Save