Merge branch 'master' into apim420

apim420
Amalka Subasinghe 1 year ago
commit ddd2496b4f

@ -64,6 +64,11 @@ public class DeviceInformationManagerServiceMock implements DeviceInformationMan
}
@Override
public void deleteDeviceLocation(Device device) throws DeviceDetailsMgtException {
}
@Override public void addDeviceLocations(Device device, List<DeviceLocation> list)
throws DeviceDetailsMgtException {

Loading…
Cancel
Save