Skip to content

Commit

Permalink
minor syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jshook committed Oct 17, 2023
1 parent 26da67b commit 79e8828
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public Object apply(long value) {
}
// propogate exception so main error handling logic can take over
if (error != null) {
throw new RuntimeException(error).getClass().getna;
throw new RuntimeException(error);
}
}
return switch (resultType) {
Expand Down

0 comments on commit 79e8828

Please sign in to comment.