Skip to content

Commit

Permalink
fix: correct typo in error message
Browse files Browse the repository at this point in the history
SVC-1696
  • Loading branch information
annat2022 committed May 16, 2024
1 parent 1f9905a commit 8e28a5e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,8 @@ withTransformationContext {

if (!nrOfPeople && !c.numberHAReduction[actionPlanId].value() && !c.numberHSDReduction[actionPlanId].value() && !c.numberIHDReduction[actionPlanId].value()) {
_log.error("END_RC30: When not providing nrOfPeople by actionPlanId_identifier " +
"in table NAP_RailReductionHealthImpact_1, at least one of the following attributes must " +
"be provided in table NAP_RailReductionHealthImpact_2: numberHAReduction, numberHSDReduction, numberIHDReduction")
"in table NAP_RoadReductionHealthImpact_1, at least one of the following attributes must " +
"be provided in table NAP_RoadReductionHealthImpact_2: numberHAReduction, numberHSDReduction, numberIHDReduction")
}
}
</core:text>
Expand Down

0 comments on commit 8e28a5e

Please sign in to comment.