File tree 1 file changed +2
-2
lines changed
src/main/java/io/reactivex/schedulers
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -140,10 +140,10 @@ public static Scheduler computation() {
140
140
* <p>
141
141
* This can be used for asynchronously performing blocking IO.
142
142
* <p>
143
- * The implementation is backed by a pool of single-threaded {link ScheduledExecutorService} instances
143
+ * The implementation is backed by a pool of single-threaded {@ link ScheduledExecutorService} instances
144
144
* that will try to reuse previoulsy started instances used by the worker
145
145
* returned by {@link io.reactivex.Scheduler#createWorker()} but otherwise will start a new backing
146
- * {link ScheduledExecutorService} instance. Note that this scheduler may create an unbounded number
146
+ * {@ link ScheduledExecutorService} instance. Note that this scheduler may create an unbounded number
147
147
* of worker threads that can result in system slowdowns or {@code OutOfMemoryError}. Therefore, for casual uses
148
148
* or when implementing an operator, the Worker instances must be disposed via {@link io.reactivex.Scheduler.Worker#dispose()}.
149
149
* <p>
You can’t perform that action at this time.
0 commit comments