fixing letter case issue

revert-dabc3590
lasantha 8 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