Fix build failure

This commit is contained in:
tcdlpds@gmail.com 2020-05-19 19:10:40 +05:30
parent 7d180dd490
commit 2ed7c53cae

View File

@ -751,4 +751,7 @@ public class DeviceManagementProviderServiceMock implements DeviceManagementProv
return false;
}
@Override public List<Device> getDeviceByIdList(List<String> list) throws DeviceManagementException {
return null;
}
}