Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chipkent committed Oct 23, 2024
1 parent 232a51c commit be4e0a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/function/src/templates/Numeric.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -3777,7 +3777,7 @@ public class Numeric {
${pt.primitive} val = Math.negateExact(x);

if ( isNull(val) ) {
throw new ArithmeticException("Overflow: -" + x");
throw new ArithmeticException("Overflow: -" + x);
}

return val;
Expand Down

0 comments on commit be4e0a2

Please sign in to comment.