AshharAhmadKhan opened a new pull request, #6178: URL: https://github.com/apache/fineract/pull/6178
## JIRA - https://issues.apache.org/jira/browse/FINERACT-2706 Continuation of FINERACT-2515. ## Problem Three files (`LoanInstallmentCharge.java`, `LoanTransaction.java`, `DuplicateGuarantorException.java`) contained stale `// TODO Auto-generated...` stub comments left over from IDE code generation, despite the implementations being complete. Two prior PRs attempted to address this but each covered only these same 3 files: - #5672 (FINERACT-2515, KRYSTALM7) - #5844 (FINERACT-2346, Harshdhall01) ## Fix Removes the same stub comments from the original 3 files plus 11 additional files across `fineract-loan`, `fineract-provider`, `fineract-rates`, and `fineract-savings`, covering the full scope requested on #5672 and #5844. No functional changes. Comment removal only. -- 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]
