Skip to content

Commit e793bc1

Browse files
committed
More missing version tags
1 parent 6b2cf34 commit e793bc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/main/java/io/reactivex/rxjava3/core/Maybe.java

+1
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,7 @@ public static <T> Flowable<T> concatDelayError(@NonNull Publisher<@NonNull ? ext
549549
* @return the new {@code Flowable} with the concatenating behavior
550550
* @throws NullPointerException if {@code sources} is {@code null}
551551
* @throws IllegalArgumentException if {@code prefetch} is non-positive
552+
* @since 3.0.0
552553
*/
553554
@BackpressureSupport(BackpressureKind.FULL)
554555
@CheckReturnValue

0 commit comments

Comments
 (0)