mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Fixing build failures
This commit is contained in:
parent
7e253156f6
commit
3e6ddbfb04
@ -144,7 +144,6 @@ public class AndroidMobileOperationManager extends AbstractMobileOperationManage
|
||||
return operations;
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<Feature> getFeatures(String deviceType) throws FeatureManagementException {
|
||||
MobileFeatureDAO featureDAO = MobileDeviceManagementDAOFactory.getFeatureDAO();
|
||||
MobileFeaturePropertyDAO featurePropertyDAO =
|
||||
|
||||
@ -118,9 +118,4 @@ public class IOSMobileOperationManager extends AbstractMobileOperationManager {
|
||||
return operations;
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<Feature> getFeatures(String type) throws FeatureManagementException {
|
||||
return null;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user