Skip to content

Commit 68f94f0

Browse files
afeozzzakarnokd
authored andcommitted
Added nullability annotation for completable assembly (ReactiveX#5838)
1 parent 7e9eb4f commit 68f94f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/io/reactivex/plugins/RxJavaPlugins.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ public final class RxJavaPlugins {
8686
@Nullable
8787
static volatile Function<? super Single, ? extends Single> onSingleAssembly;
8888

89+
@Nullable
8990
static volatile Function<? super Completable, ? extends Completable> onCompletableAssembly;
9091

9192
@SuppressWarnings("rawtypes")

0 commit comments

Comments
 (0)