Skip to content

Commit

Permalink
Added nullability annotation for completable assembly (#5838)
Browse files Browse the repository at this point in the history
  • Loading branch information
afeozzz authored and akarnokd committed Feb 3, 2018
1 parent 7e9eb4f commit 68f94f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/io/reactivex/plugins/RxJavaPlugins.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ public final class RxJavaPlugins {
@Nullable
static volatile Function<? super Single, ? extends Single> onSingleAssembly;

@Nullable
static volatile Function<? super Completable, ? extends Completable> onCompletableAssembly;

@SuppressWarnings("rawtypes")
Expand Down

0 comments on commit 68f94f0

Please sign in to comment.