adamsaghy commented on code in PR #3471:
URL: https://github.com/apache/fineract/pull/3471#discussion_r1336816045
##########
fineract-core/src/main/java/org/apache/fineract/batch/service/BatchApiServiceImpl.java:
##########
@@ -94,6 +94,68 @@ public class BatchApiServiceImpl implements BatchApiService {
@PersistenceContext
private final EntityManager entityManager;
+ /**
+ * Run each request root step in a separated transaction
+ *
+ * @param requestList
+ * @param uriInfo
+ * @return
Review Comment:
Please do not reorder the content of the classes because it is nearly
impossible to see what was changed... Please revert to the original order and
change only what need to be changed, but not the order of the methods!
--
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]