mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Removed unnecessary newlines
This commit is contained in:
parent
27752fe35e
commit
be6b6039fa
@ -26,8 +26,6 @@ import java.util.Map;
|
||||
public class AndroidUtils {
|
||||
|
||||
public static String getDeviceProperty(Map<String, String> deviceProperties, String property) {
|
||||
|
||||
String deviceProperty = deviceProperties.get(property);
|
||||
return deviceProperty;
|
||||
return deviceProperties.get(property);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user