Skip to content

Commit

Permalink
Fix typo in URepeated
Browse files Browse the repository at this point in the history
  • Loading branch information
rickie committed Jun 8, 2022
1 parent 1e1ddd8 commit ef4f3c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ protected Choice<Unifier> defaultAction(Tree node, @Nullable Unifier unifier) {
@Override
public JCExpression inline(Inliner inliner) throws CouldNotResolveImportException {
throw new UnsupportedOperationException(
"@CountConstraint variables should be inlined inside method invocations or newArray");
"@Repeated variables should be inlined inside method invocations or newArray");
}

@Override
Expand Down

0 comments on commit ef4f3c3

Please sign in to comment.