Change indentations to tab as this file use tab indentations

revert-dabc3590
charitha 8 years ago
parent 8ba69c8b36
commit 2f2af6c46b

@ -76,7 +76,7 @@ public class MobileDeviceManagementUtil {
if (device != null && device.getProperties() != null) {
for (Device.Property prop : device.getProperties()) {
if (property.equals(prop.getName())) {
return prop.getValue();
return prop.getValue();
}
}
}

Loading…
Cancel
Save