adamsaghy commented on code in PR #4314:
URL: https://github.com/apache/fineract/pull/4314#discussion_r1948910931
##########
fineract-core/src/main/java/org/apache/fineract/organisation/monetary/domain/MoneyHelper.java:
##########
@@ -33,7 +33,9 @@ public class MoneyHelper {
private static RoundingMode roundingMode = null;
private static MathContext mathContext;
- private static final int PRECISION = 12;
+ public static final int PRECISION = 12;
Review Comment:
This multiple precisions seems random... i dont think we should have
multiple precisions...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]