mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fixed getFeatureManager method
This commit is contained in:
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…
Reference in New Issue
Block a user