Skip to content

Commit

Permalink
[MINOR] Better message when no corresponding example
Browse files Browse the repository at this point in the history
  • Loading branch information
caicancai authored and mihaibudiu committed Dec 11, 2023
1 parent acc087a commit 871aa29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ private RelBuilder doExample(RelBuilder builder, int i) {
case 4:
return example4(builder);
default:
throw new AssertionError("unknown example " + i);
throw new AssertionError("unknown example" + i);
}
}

Expand Down

0 comments on commit 871aa29

Please sign in to comment.