Merge pull request 'Update mock for deleteDeviceLocation' (#16) from Gimhan-minion/device-mgt-plugins:dev into master

Reviewed-on: community/device-mgt-plugins#16
pull/1/head
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…
Cancel
Save