Skip to content

Commit 2214dbc

Browse files
committed
Fix javadoc error
Signed-off-by: Hrushi20 <[email protected]>
1 parent 448e126 commit 2214dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/jenkins/plugins/git/maintenance/TaskScheduler.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import java.util.logging.Logger;
1717

1818
/**
19-
* TaskScheduler is responsible for scheduling maintenance tasks. It validates if a task is configured & verifies cron syntax before scheduling.
19+
* TaskScheduler is responsible for scheduling maintenance tasks. It validates if a task is configured and verifies cron syntax before scheduling.
2020
* TaskScheduler acts as a producer by adding the appropriate task into a maintenance queue.
2121
*
2222
* @author Hrushikesh Rao

0 commit comments

Comments
 (0)