Merge pull request #7 from Malintha/devicetype-3.1.0

Fix : Store device type names as it is
revert-70aa11f8
Ayyoob Hamza 7 years ago committed by GitHub
commit 658cefd539

@ -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;

Loading…
Cancel
Save