adamsaghy commented on code in PR #3318:
URL: https://github.com/apache/fineract/pull/3318#discussion_r1270593787


##########
fineract-investor/src/main/java/org/apache/fineract/investor/service/ExternalAssetOwnersWriteServiceImpl.java:
##########
@@ -65,15 +69,13 @@
 public class ExternalAssetOwnersWriteServiceImpl implements 
ExternalAssetOwnersWriteService {
 
     private static final LocalDate FUTURE_DATE_9999_12_31 = LocalDate.of(9999, 
12, 31);
-    private static final List<LoanStatus> NON_CLOSED_LOAN_STATUSES = 
List.of(LoanStatus.SUBMITTED_AND_PENDING_APPROVAL, LoanStatus.APPROVED,
-            LoanStatus.ACTIVE, LoanStatus.TRANSFER_IN_PROGRESS, 
LoanStatus.TRANSFER_ON_HOLD);
+    private static final List<LoanStatus> ACTIVE_LOAN_STATUSES = 
List.of(ACTIVE, TRANSFER_IN_PROGRESS, TRANSFER_ON_HOLD);

Review Comment:
   why do you changed the list?



-- 
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]

Reply via email to