Harshdhall01 commented on PR #5855:
URL: https://github.com/apache/fineract/pull/5855#issuecomment-4487580618

   The build failure in fineract-progressive-loan is a pre-existing 
   ReferenceEquality issue in AdvancedPaymentScheduleTransactionProcessor.java 
   (lines 1267, 1358) that uses == instead of .equals() for LoanTransaction 
   comparison. This is unrelated to my change — the errorprone check flags 
   reference equality regardless of whether equals() is implemented.


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