DhroovSankla opened a new pull request, #6308: URL: https://github.com/apache/fineract/pull/6308
## Description This Pull Request resolves [FINERACT-2777](https://issues.apache.org/jira/browse/FINERACT-2777) by removing an obsolete, commented-out dead code block and its related `TODO` comment from `TellerWritePlatformServiceJpaImpl.java`. The removed block (previously at lines 358–380) was a non-functional draft intended to check entity existence (loan accounts, savings accounts, and clients) but was never implemented. Removing it reduces technical debt, cleans up code smell, and improves readability of the teller transaction service. ## Impact * No functional impact as the code was entirely commented out. * Cleans up technical debt / dead code in the `Organisation` module. ## Verifications - Code has been formatted using Spotless: `./gradlew spotlessApply` - Verification tasks completed successfully: `./gradlew :fineract-provider:compileJava :fineract-provider:checkstyleMain` -- 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]
