Skip to content

Commit 46ce173

Browse files
committed
Merged in master - tweaked doco
1 parent f5d79b4 commit 46ce173

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/org/dataloader/registries/ScheduledDataLoaderRegistry.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
* <p>
4343
* When {@link #tickerMode} is true, you really SHOULD close the registry say at the end of a request otherwise you will leave a job
4444
* on the {@link ScheduledExecutorService} that is continuously dispatching.
45-
* <p> * If you wanted to create a ScheduledDataLoaderRegistry that started a rescheduling immediately, just create one and
45+
* <p>
46+
* If you wanted to create a ScheduledDataLoaderRegistry that started a rescheduling immediately, just create one and
4647
* call {@link #rescheduleNow()}.
4748
* <p>
4849
* By default, it uses a {@link Executors#newSingleThreadScheduledExecutor()}} to schedule the tasks. However, if you

0 commit comments

Comments
 (0)