mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Update DeviceManagementServiceProviderImpl.java
This commit is contained in:
parent
8f00128ab1
commit
7d3bf84d9f
@ -136,8 +136,7 @@ public class DeviceManagementServiceProviderImpl implements DeviceManagementServ
|
||||
public boolean disenrollDevice(DeviceIdentifier deviceId) throws DeviceManagementException {
|
||||
DeviceManager dms =
|
||||
this.getPluginRepository().getDeviceManagementProvider(deviceId.getType());
|
||||
boolean status = dms.disenrollDevice(deviceId);
|
||||
return status;
|
||||
return dms.disenrollDevice(deviceId);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Loading…
Reference in New Issue
Block a user