Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
fix: brain cells gone... #83
Browse files Browse the repository at this point in the history
  • Loading branch information
MalitsPlus committed Jul 22, 2023
1 parent c449d46 commit 9d98189
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ public String buildExpression(int level, List<ActionValue> actionValues, Roundin
}

public String buildExpression(int level, RoundingMode roundingMode, Property property, boolean isConstant){
return buildExpression(level, actionValues, roundingMode, property, false, false, false, true);
return buildExpression(level, actionValues, roundingMode, property, false, false, false, isConstant);
}

public String buildExpression(int level,
Expand Down

0 comments on commit 9d98189

Please sign in to comment.