Skip to content

Commit

Permalink
More missing version tags
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd committed Feb 13, 2020
1 parent 6b2cf34 commit e793bc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/io/reactivex/rxjava3/core/Maybe.java
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,7 @@ public static <T> Flowable<T> concatDelayError(@NonNull Publisher<@NonNull ? ext
* @return the new {@code Flowable} with the concatenating behavior
* @throws NullPointerException if {@code sources} is {@code null}
* @throws IllegalArgumentException if {@code prefetch} is non-positive
* @since 3.0.0
*/
@BackpressureSupport(BackpressureKind.FULL)
@CheckReturnValue
Expand Down

0 comments on commit e793bc1

Please sign in to comment.