Skip to content

Added a check to make sure all ServiceSpecCharRelationships are not null

Closes #18 (closed)

Null pointer exception was due to the 'responsesSpecUpd' var not being made in a deterministic way. As a result, it has not always 3 ServiceSpecCharRelationships leading to the error above.

Merge request reports