arjun4084346 commented on code in PR #3998:
URL: https://github.com/apache/gobblin/pull/3998#discussion_r1674650332


##########
gobblin-service/src/main/java/org/apache/gobblin/service/modules/orchestration/DagActionReminderScheduler.java:
##########
@@ -94,46 +106,13 @@ public void 
unscheduleReminderJob(DagActionStore.LeaseParams leaseParams, boolea
     }
   }
 
-  /**
-   * Static class used to store information regarding a pending dagAction that 
needs to be revisited at a later time
-   * by {@link DagManagement} interface to re-attempt a lease on if it has not 
been completed by the previous owner.
-   * These jobs are scheduled and used by the {@link 
DagActionReminderScheduler}.
-   */
-  public class ReminderJob implements Job {

Review Comment:
   moved it in the end of the class so all the class methods can be together



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