mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Update mock for deleteDeviceLocation
This commit is contained in:
parent
f192fb046d
commit
4eba2709ee
@ -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