Fixed getFeatureManager method

revert-70aa11f8
harshanL 10 years ago
parent 1f587bddf8
commit a6363348b5

@ -29,7 +29,7 @@ public class Operation {
CONFIG, MESSAGE, INFO, COMMAND
}
public enum OperationStatuses {
INPROGRES,PENDING,COMPLETED,ERROR
INPROGRESS,PENDING,COMPLETED,ERROR
}
private String code;

@ -83,7 +83,7 @@ public class DeviceManagementServiceImpl implements DeviceManagementService {
}
public FeatureManager getFeatureManager(String type) throws DeviceManagementException {
return null;
return DeviceManagementDataHolder.getInstance().getDeviceManagementProvider().getFeatureManager(type);
}
@Override

Loading…
Cancel
Save