Fix build failure #51

Merged
tcdlpds merged 1 commits from rajitha/device-mgt-plugins:fix-cea-build into master 10 months ago

@ -899,4 +899,14 @@ public class DeviceManagementProviderServiceMock implements DeviceManagementProv
public List<Application> getInstalledApplicationsOnDevice(Device device) throws DeviceManagementException {
return null;
}
@Override
public List<Device> getEnrolledDevicesSince(Date date) throws DeviceManagementException {
return null;
}
@Override
public List<Device> getEnrolledDevicesPriorTo(Date date) throws DeviceManagementException {
return null;
}
}

Loading…
Cancel
Save