This is an automated email from the ASF dual-hosted git repository.
adamsaghy pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
from 86832c927 This pull request addresses
[FINERACT-2081](https://issues.apache.org/jira/browse/FINERACT-2081).
add d82691375 This PR refactors the LoanStatus.fromInt method to replace
the traditional switch-case statement with a modern switch expression,
improving code readability and efficiency.
No new revisions were added by this update.
Summary of changes:
.../portfolio/loanaccount/domain/LoanStatus.java | 54 +++++++---------------
1 file changed, 17 insertions(+), 37 deletions(-)