Merge branch 'master' into 'master'

Fix build failure

See merge request entgra/carbon-device-mgt-plugins!157
This commit is contained in:
Dharmakeerthi Lasantha 2020-05-19 13:43:42 +00:00
commit d29adeccbf

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