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


##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/savings/domain/SavingsAccountDomainServiceJpa.java:
##########
@@ -67,7 +70,7 @@ public SavingsAccountDomainServiceJpa(final 
SavingsAccountRepositoryWrapper savi
             final JournalEntryWritePlatformService 
journalEntryWritePlatformService,
             final ConfigurationDomainService configurationDomainService, final 
PlatformSecurityContext context,
             final DepositAccountOnHoldTransactionRepository 
depositAccountOnHoldTransactionRepository,
-            final BusinessEventNotifierService businessEventNotifierService) {
+            final BusinessEventNotifierService businessEventNotifierService, 
@Lazy final InteropService interopService) {

Review Comment:
   Why lazy?



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