Merge branch 'master' into apim420

This commit is contained in:
Amalka Subasinghe 2023-06-12 10:10:50 +05:30
commit ddd2496b4f

View File

@ -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 {