fixed code issue

revert-dabc3590
hasuniea 9 years ago
parent 7aeecf7345
commit d5ec50c4e6

@ -42,6 +42,7 @@ public class WindowsUtils {
mobileDevice.setOsVersion(rs.getString(WindowsPluginConstants.LATITUDE)); mobileDevice.setOsVersion(rs.getString(WindowsPluginConstants.LATITUDE));
return mobileDevice; return mobileDevice;
} }
public static Feature getMobileFeature() { public static Feature getMobileFeature() {
Feature feature = new Feature(); Feature feature = new Feature();
return feature; return feature;

Loading…
Cancel
Save