Skip to content

Commit 80a4842

Browse files
authored
Updating documentation for scheduleActual method (#7164)
1 parent e657635 commit 80a4842

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main/java/io/reactivex/rxjava3/internal/schedulers/NewThreadWorker.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,8 @@ public Disposable schedulePeriodicallyDirect(Runnable run, long initialDelay, lo
116116
}
117117

118118
/**
119-
* Wraps the given runnable into a ScheduledRunnable and schedules it
119+
* Wraps and returns the given runnable into a ScheduledRunnable and schedules it
120120
* on the underlying ScheduledExecutorService.
121-
* <p>If the schedule has been rejected, the ScheduledRunnable.wasScheduled will return
122-
* false.
123121
* @param run the runnable instance
124122
* @param delayTime the time to delay the execution
125123
* @param unit the time unit

0 commit comments

Comments
 (0)