This commit is contained in:
ayyoob 2016-08-12 14:01:09 +05:30
commit 2555a91b4d

View File

@ -22,7 +22,6 @@ import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import org.wso2.carbon.device.mgt.common.configuration.mgt.ConfigurationEntry;
import javax.validation.constraints.NotNull;
import javax.validation.constraints.Size;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
@ -49,7 +48,6 @@ public class AndroidPlatformConfiguration implements Serializable {
value = "type of device",
required = true
)
@NotNull
@Size(min = 2, max = 10)
private String type;
@ApiModelProperty(