Merge pull request #806 from sameeragunarathne/master

fixes https://github.com/wso2/product-iots/issues/364
This commit is contained in:
Kamidu Sachith Punchihewa 2017-08-30 10:25:03 +05:30 committed by GitHub
commit c6cd6a2056

View File

@ -34,7 +34,7 @@ public class BlacklistApplications extends AndroidOperation implements Serializa
@ApiModelProperty(name = "appIdentifiers", value = "A list of application package names to be blacklisted.",
required = true)
@Size(min = 2, max = 45)
@Size(min = 1, max = 45)
private List<String> appIdentifiers;
public List<String> getAppIdentifier() {