Aman-Mittal commented on code in PR #5775:
URL: https://github.com/apache/fineract/pull/5775#discussion_r3110282024
##########
integration-tests/src/test/java/org/apache/fineract/integrationtests/common/workingcapitalloan/WorkingCapitalLoanApplicationTestBuilder.java:
##########
@@ -209,12 +209,8 @@ public String buildModifyJson() {
if (delinquencyBucketId != null) {
json.addProperty("delinquencyBucketId", delinquencyBucketId);
}
- if (delinquencyGraceDays != null) {
- json.addProperty("delinquencyGraceDays", delinquencyGraceDays);
- }
- if (delinquencyStartType != null) {
- json.addProperty("delinquencyStartType", delinquencyStartType);
- }
+ json.addProperty("delinquencyGraceDays", delinquencyGraceDays);
Review Comment:
Are we Removing this check for null pointer handling?
(Please Resolve this after answering)
--
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]