mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Change indentations to tab as this file use tab indentations
This commit is contained in:
parent
8ba69c8b36
commit
2f2af6c46b
@ -76,7 +76,7 @@ public class MobileDeviceManagementUtil {
|
|||||||
if (device != null && device.getProperties() != null) {
|
if (device != null && device.getProperties() != null) {
|
||||||
for (Device.Property prop : device.getProperties()) {
|
for (Device.Property prop : device.getProperties()) {
|
||||||
if (property.equals(prop.getName())) {
|
if (property.equals(prop.getName())) {
|
||||||
return prop.getValue();
|
return prop.getValue();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user