Fix build failure

dm-improvements
Lasantha Dharmakeerthi 6 months ago
commit 09e6c5c6d9

@ -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");
}
}

Loading…
Cancel
Save