vidakovic commented on code in PR #5613:
URL: https://github.com/apache/fineract/pull/5613#discussion_r2927355559
##########
fineract-savings/src/main/java/org/apache/fineract/portfolio/interestratechart/data/InterestRateChartData.java:
##########
@@ -102,7 +104,7 @@ public static InterestRateChartData
template(Collection<EnumOptionData> periodTy
final boolean isPrimaryGroupingByAmount = false;
final Long savingsProductId = null;
final String savingsProductName = null;
- final Collection<InterestRateChartSlabData> chartSlabs = null;
+ final Collection<InterestRateChartSlabData> chartSlabs = new
ArrayList<>();
Review Comment:
See previous comment.
--
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]