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
76a442e864
commit
8ba69c8b36
@ -73,13 +73,13 @@ public class MobileDeviceManagementUtil {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private static String getPropertyValue(Device device, String property) {
|
private static String getPropertyValue(Device device, String property) {
|
||||||
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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user