adamsaghy commented on code in PR #6069:
URL: https://github.com/apache/fineract/pull/6069#discussion_r3631064570


##########
fineract-provider/src/main/java/org/apache/fineract/infrastructure/jobs/service/retainedearning/listener/RetainedEarningJobListener.java:
##########
@@ -45,7 +45,7 @@ public class RetainedEarningJobListener implements 
JobExecutionListener {
      */
     @Override
     public void beforeJob(JobExecution jobExecution) {
-        log.info("Starting Retained Earning Job: {}", jobExecution.getJobId());
+        log.info("Starting Retained Earning Job: {}", 
jobExecution.getJobInstanceId());

Review Comment:
   JobId and JobIntanceId is the same?



-- 
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]

Reply via email to