Skip to content

Commit

Permalink
Fix javadoc error
Browse files Browse the repository at this point in the history
Signed-off-by: Hrushi20 <[email protected]>
  • Loading branch information
Hrushi20 committed Dec 10, 2023
1 parent e266d16 commit c0ff128
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import java.util.logging.Logger;

/**
* TaskScheduler is responsible for scheduling maintenance tasks. It validates if a task is configured & verifies cron syntax before scheduling.
* TaskScheduler is responsible for scheduling maintenance tasks. It validates if a task is configured and verifies cron syntax before scheduling.
* TaskScheduler acts as a producer by adding the appropriate task into a maintenance queue.
*
* @author Hrushikesh Rao
Expand Down

0 comments on commit c0ff128

Please sign in to comment.