Merge branch 'devicetype-3.1.0' of https://github.com/ayyoob/carbon-device-mgt into devicetype-3.1.0

This commit is contained in:
ayyoob 2017-06-01 17:23:42 +05:30
commit c46cbfafe5

View File

@ -56,7 +56,7 @@ public class DeviceIdentifier implements Serializable{
} }
public void setType(String type) { public void setType(String type) {
this.type = type.toLowerCase(); this.type = type.trim();
} }
public String getId() { public String getId() {
return id; return id;