fixing letter case issue

merge-requests/1/head
lasantha 7 years ago
parent 5754b025f5
commit 7c8eb3a736

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

Loading…
Cancel
Save