Fixing build failures

This commit is contained in:
prabathabey 2015-03-18 21:40:44 +05:30
parent 7e253156f6
commit 3e6ddbfb04
2 changed files with 0 additions and 6 deletions

View File

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

View File

@ -118,9 +118,4 @@ public class IOSMobileOperationManager extends AbstractMobileOperationManager {
return operations;
}
@Override
public List<Feature> getFeatures(String type) throws FeatureManagementException {
return null;
}
}