Merge branch 'master' into 'master'

Fix build failure

See merge request entgra/carbon-device-mgt-plugins!175
This commit is contained in:
Dharmakeerthi Lasantha 2021-02-22 03:26:16 +00:00
commit bb57084ab4

View File

@ -744,7 +744,7 @@ public class DeviceManagementProviderServiceMock implements DeviceManagementProv
} }
@Override @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 { throws DeviceManagementException {
return null; return null;
} }