mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Fix build failure
This commit is contained in:
commit
09e6c5c6d9
@ -909,4 +909,9 @@ public class DeviceManagementProviderServiceMock implements DeviceManagementProv
|
|||||||
public List<Device> getEnrolledDevicesPriorTo(Date date) throws DeviceManagementException {
|
public List<Device> getEnrolledDevicesPriorTo(Date date) throws DeviceManagementException {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void deleteDeviceDataByTenantDomain(String s) throws DeviceManagementException {
|
||||||
|
throw new UnsupportedOperationException("Not implemented");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user