marta-jankovics commented on code in PR #3471:
URL: https://github.com/apache/fineract/pull/3471#discussion_r1336839447
##########
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:
Set it to the logical order so I was able to follow the process. the name of
the methods did not change.
--
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]