vidakovic commented on code in PR #5903:
URL: https://github.com/apache/fineract/pull/5903#discussion_r3340051225


##########
fineract-provider/src/main/java/org/apache/fineract/infrastructure/jobs/service/SchedularWritePlatformService.java:
##########
@@ -39,7 +39,7 @@ public interface SchedularWritePlatformService {
 
     ScheduledJobDetail findByJobId(Long jobId);
 
-    CommandProcessingResult updateJobDetail(Long jobId, JsonCommand command);
+    UpdateJobResponse updateJobDetail(UpdateJobRequest request);
 
     SchedulerDetail retriveSchedulerDetail();

Review Comment:
   Doesn't this belong in a "read" service? Also: typo. "retrive" vs "retrieve".



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