Sync with master

This commit is contained in:
Rajitha Kumara 2024-05-02 00:53:53 +05:30
commit 6003b2e0a4

View File

@ -892,4 +892,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");
}
}