mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
fixed code issue
This commit is contained in:
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…
Reference in New Issue
Block a user