mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Merge branch 'kernel-4.6.x' into 'kernel-4.6.x'
Fix test failures See merge request entgra/carbon-device-mgt-plugins!187
This commit is contained in:
commit
cddb92f5ce
@ -809,4 +809,10 @@ public class DeviceManagementProviderServiceMock implements DeviceManagementProv
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public License getLicenseConfig(String s) throws DeviceManagementException { return null; }
|
public License getLicenseConfig(String s) throws DeviceManagementException { return null; }
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public PaginationResult getDevicesDetails(PaginationRequest paginationRequest, List<Integer> list, String s)
|
||||||
|
throws DeviceManagementException {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user