Skip to content

Commit

Permalink
allow types other than string literals axis values
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinushey committed Aug 9, 2024
1 parent decbd41 commit 94594d3
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -820,13 +820,6 @@ class ModelValidatorImpl implements ModelValidator {
valid = false
}

axis.values.each { value ->
if (!value.literal) {
errorCollector.error(value, Messages.ModelParser_ExpectedStringLiteralButGot(value.value))
valid = false
}
}

return validateFromContributors(axis, valid)
}

Expand Down

0 comments on commit 94594d3

Please sign in to comment.