Skip to content

Commit

Permalink
Address review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mcimadamore committed May 15, 2024
1 parent daf729f commit 1c45e5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,7 @@ private static IllegalNativeAccess addIllegalNativeAccess() {
} else if (value.equals("warn")) {
return IllegalNativeAccess.WARN;
} else {
fail("Value specified to --illegal-access not recognized:"
fail("Value specified to --illegal-native-access not recognized:"
+ " '" + value + "'");
return null;
}
Expand Down

0 comments on commit 1c45e5d

Please sign in to comment.