abhinav7sinha commented on code in PR #3460:
URL: https://github.com/apache/fineract/pull/3460#discussion_r1373053486
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/collateralmanagement/service/ClientCollateralManagementReadPlatformServiceImpl.java:
##########
@@ -88,6 +78,7 @@ public ClientCollateralManagementData
getClientCollateralManagementData(final Lo
for (LoanCollateralManagement loanCollateralManagement :
loanCollateralManagementSet) {
if (loanCollateralManagement.getLoanTransaction() != null) {
Long transactionId =
loanCollateralManagement.getLoanTransaction().getId();
+ assert transactionId != null;
Review Comment:
Understood, I've reverted the change. It wasn't required - I put an
assertion because I saw an IDE warning. I've restored the code to what it was
before
--
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]