File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/io/reactivex/processors Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4343 * the given prefetch amount and no reference counting behavior.</li>
4444 * <li>{@link #create(boolean)}: create an empty {@code MulticastProcessor} with
4545 * {@link io.reactivex.Flowable#bufferSize() Flowable.bufferSize()} prefetch amount
46- * and no reference counting behavior.</li>
46+ * and an optional reference counting behavior.</li>
4747 * <li>{@link #create(int, boolean)}: create an empty {@code MulticastProcessor} with
4848 * the given prefetch amount and an optional reference counting behavior.</li>
4949 * </ul>
@@ -174,7 +174,7 @@ public static <T> MulticastProcessor<T> create() {
174174
175175 /**
176176 * Constructs a fresh instance with the default Flowable.bufferSize() prefetch
177- * amount and no refCount-behavior.
177+ * amount and the optional refCount-behavior.
178178 * @param <T> the input and output value type
179179 * @param refCount if true and if all Subscribers have canceled, the upstream
180180 * is cancelled
You can’t perform that action at this time.
0 commit comments