mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Merge pull request 'Update mock for deleteDeviceLocation' (#16) from Gimhan-minion/device-mgt-plugins:dev into master
Reviewed-on: https://repository.entgra.net/community/device-mgt-plugins/pulls/16
This commit is contained in:
commit
1e6f114883
@ -46,6 +46,11 @@ public class DeviceInformationManagerServiceMock implements DeviceInformationMan
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void deleteDeviceLocation(Device device) throws DeviceDetailsMgtException {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
@Override public void addDeviceLocations(Device device, List<DeviceLocation> list)
|
@Override public void addDeviceLocations(Device device, List<DeviceLocation> list)
|
||||||
throws DeviceDetailsMgtException {
|
throws DeviceDetailsMgtException {
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user