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 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…
Cancel
Save