mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
fixing letter case issue
This commit is contained in:
parent
5754b025f5
commit
7c8eb3a736
@ -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