mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Merge branch 'master' into 'master'
Fix build failure See merge request entgra/carbon-device-mgt-plugins!175
This commit is contained in:
commit
bb57084ab4
@ -744,7 +744,7 @@ public class DeviceManagementProviderServiceMock implements DeviceManagementProv
|
||||
}
|
||||
|
||||
@Override
|
||||
public PaginationResult getAppSubscribedDevices(int i, int i1, List<Integer> list, String s)
|
||||
public PaginationResult getAppSubscribedDevices(int i, int i1, List<Integer> list, List<String> list1)
|
||||
throws DeviceManagementException {
|
||||
return null;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user