mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Merge pull request #731 from lasanthaDLPDS/master
Fixing minor error in device type API implementation
This commit is contained in:
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…
Reference in New Issue
Block a user