Fix build failure

This commit is contained in:
tcdlpds@gmail.com 2021-02-22 08:53:07 +05:30
parent 64734f8aff
commit 001ff2cc58

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;
} }