Removed unnecessary newlines

revert-dabc3590
mharindu 9 years ago
parent 27752fe35e
commit be6b6039fa

@ -26,8 +26,6 @@ import java.util.Map;
public class AndroidUtils { public class AndroidUtils {
public static String getDeviceProperty(Map<String, String> deviceProperties, String property) { public static String getDeviceProperty(Map<String, String> deviceProperties, String property) {
return deviceProperties.get(property);
String deviceProperty = deviceProperties.get(property);
return deviceProperty;
} }
} }

Loading…
Cancel
Save