mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Fix build failure
This commit is contained in:
commit
c71e3b66d3
@ -899,4 +899,14 @@ public class DeviceManagementProviderServiceMock implements DeviceManagementProv
|
|||||||
public List<Application> getInstalledApplicationsOnDevice(Device device) throws DeviceManagementException {
|
public List<Application> getInstalledApplicationsOnDevice(Device device) throws DeviceManagementException {
|
||||||
return null;
|
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…
Reference in New Issue
Block a user