Fix build failure #61

Merged
tcdlpds merged 1 commits from pahansith/device-mgt-plugins:fix/build-failure into master 7 months ago

@ -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…
Cancel
Save