Skip to content

Commit

Permalink
[RHPAM-4698] info about new timers
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Fanjul committed May 5, 2023
1 parent 12826e3 commit 2ad8dac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public boolean isValidStatus(Status status) {

}

public void schedule(long taskId, long deadlineId, long delay, DeadlineType type);
public void schedule(long taskId, long deadlineId, long delay, DeadlineType type, boolean newTimer);

public void unschedule(long taskId, DeadlineType type);

Expand Down

0 comments on commit 2ad8dac

Please sign in to comment.