Removed device name regex pattern from bean validation

This commit is contained in:
Milan Perera 2016-07-15 19:55:40 +05:30 committed by GitHub
parent bff34e5030
commit c1cc6f08d9

View File

@ -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",