vidakovic commented on a change in pull request #2144:
URL: https://github.com/apache/fineract/pull/2144#discussion_r824818399
##########
File path:
fineract-provider/src/main/java/org/apache/fineract/portfolio/client/domain/ClientRepositoryWrapper.java
##########
@@ -44,6 +44,7 @@ public ClientRepositoryWrapper(final ClientRepository
repository, final Platform
this.context = context;
}
+ @Transactional
Review comment:
Are the "@Transactional" annotations really needed here? This is
technically not solving the Sonar issues... I'd remove them for now... and if
there's a reason why to put them then please add them to another PR
--
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]