mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Fix build failure
This commit is contained in:
parent
7d180dd490
commit
2ed7c53cae
@ -751,4 +751,7 @@ public class DeviceManagementProviderServiceMock implements DeviceManagementProv
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override public List<Device> getDeviceByIdList(List<String> list) throws DeviceManagementException {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user