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


##########
fineract-progressive-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/repository/ProgressiveLoanModelRepository.java:
##########
@@ -27,7 +27,9 @@
 public interface ProgressiveLoanModelRepository
         extends JpaSpecificationExecutor<ProgressiveLoanModel>, 
JpaRepository<ProgressiveLoanModel, Long> {
 
-    Optional<ProgressiveLoanModel> findOneByLoanId(Long loanId);
+    Optional<ProgressiveLoanModel> findOneByLoanId(Long loan_id);

Review Comment:
   Please undo



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