Fix build failure

This commit is contained in:
Pahansith Gunathilake 2024-04-09 11:14:50 +05:30
parent 7f098ce069
commit 00ee06a5ef

View File

@ -909,4 +909,9 @@ public class DeviceManagementProviderServiceMock implements DeviceManagementProv
public List<Device> getEnrolledDevicesPriorTo(Date date) throws DeviceManagementException {
return null;
}
@Override
public void deleteDeviceDataByTenantDomain(String s) throws DeviceManagementException {
throw new UnsupportedOperationException("Not implemented");
}
}