adamsaghy commented on code in PR #5569:
URL: https://github.com/apache/fineract/pull/5569#discussion_r2874588220
##########
fineract-working-capital-loan/src/main/java/org/apache/fineract/portfolio/workingcapitalloanproduct/service/WorkingCapitalLoanProductReadPlatformService.java:
##########
@@ -32,4 +32,5 @@ public interface WorkingCapitalLoanProductReadPlatformService
{
WorkingCapitalLoanProduct
retrieveWorkingCapitalLoanProductByExternalId(ExternalId externalId);
WorkingCapitalLoanProductData
retrieveNewWorkingCapitalLoanProductDetails();
+
Review Comment:
No need for empty line.
##########
fineract-working-capital-loan/src/main/java/org/apache/fineract/portfolio/workingcapitalloanproduct/service/WorkingCapitalLoanProductReadPlatformServiceImpl.java:
##########
@@ -99,4 +99,5 @@ public WorkingCapitalLoanProductData
retrieveNewWorkingCapitalLoanProductDetails
delinquencyBucketOptions != null &&
!delinquencyBucketOptions.isEmpty() ? delinquencyBucketOptions : null) //
.build();
}
+
Review Comment:
No need for empty line.
--
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]