mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt-plugins into com
This commit is contained in:
commit
2555a91b4d
@ -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(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user