fixed code issue

This commit is contained in:
hasuniea 2016-02-12 13:53:32 +05:30
parent 7aeecf7345
commit d5ec50c4e6

View File

@ -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;