Sync with master

apim420
Rajitha Kumara 9 months ago
commit 6003b2e0a4

@ -892,4 +892,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…
Cancel
Save