Merge pull request #731 from lasanthaDLPDS/master

Fixing minor error in device type API implementation
revert-dabc3590
Ayyoob Hamza 8 years ago committed by GitHub
commit 2eece980a0

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

Loading…
Cancel
Save