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!157
This commit is contained in:
commit
d29adeccbf
@ -751,4 +751,7 @@ public class DeviceManagementProviderServiceMock implements DeviceManagementProv
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override public List<Device> getDeviceByIdList(List<String> list) throws DeviceManagementException {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user