Skip to content

Commit cc7fce8

Browse files
luis-cortesakarnokd
authored andcommitted
#6543 Fixing version tag since Schedulers.from(Executor, boolean) has been promoted. (#6544)
1 parent fb37226 commit cc7fce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/reactivex/schedulers/Schedulers.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ public static Scheduler from(@NonNull Executor executor) {
400400
* @param interruptibleWorker if {@code true} the tasks submitted to the {@link io.reactivex.Scheduler.Worker Scheduler.Worker} will
401401
* be interrupted when the task is disposed.
402402
* @return the new Scheduler wrapping the Executor
403-
* @since 2.2.6 - experimental
403+
* @since 3.0.0
404404
*/
405405
@NonNull
406406
public static Scheduler from(@NonNull Executor executor, boolean interruptibleWorker) {

0 commit comments

Comments
 (0)