Fixing build failures

revert-dabc3590
prabathabey 10 years ago
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…
Cancel
Save