Skip to content

Commit

Permalink
Fix copy pasta in toV2Scheduler. (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanniktech authored and akarnokd committed Jan 27, 2018
1 parent 1961f60 commit 5f4ef0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/hu/akarnokd/rxjava/interop/RxJavaInterop.java
Original file line number Diff line number Diff line change
Expand Up @@ -667,9 +667,9 @@ public static rx.Scheduler toV1Scheduler(io.reactivex.Scheduler scheduler) {
}

/**
* Convert the 2.x {@link io.reactivex.Scheduler} into a 1.x {@link rx.Scheduler}.
* @param scheduler the 2.x Scheduler to convert
* @return the new 1.x Scheduler instance
* Convert the 1.x {@link io.reactivex.Scheduler} into a 2.x {@link rx.Scheduler}.
* @param scheduler the 1.x Scheduler to convert
* @return the new 2.x Scheduler instance
* @since 0.12.0
*/
public static io.reactivex.Scheduler toV2Scheduler(rx.Scheduler scheduler) {
Expand Down

0 comments on commit 5f4ef0e

Please sign in to comment.