Skip to content

Commit ba06bff

Browse files
satoshunakarnokd
authored andcommitted
fix MulticastProcessor javadoc comment (#6042)
1 parent 5d8b0ac commit ba06bff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/io/reactivex/processors/MulticastProcessor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
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

0 commit comments

Comments
 (0)