@ -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 {
public List<Feature> getFeatures(String type) throws FeatureManagementException {
return null;