Skip to content

Commit 2087f23

Browse files
Compilation Fix
1 parent 17652fc commit 2087f23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rxjava-core/src/main/java/rx/subjects/TestSubject.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public void call(SubjectObserver<? super T> o) {
8383
*/
8484
lastNotification.get().accept(o);
8585
}
86-
});
86+
}, null);
8787

8888
return new TestSubject<T>(onSubscribe, subscriptionManager, lastNotification, scheduler);
8989
}
@@ -179,4 +179,4 @@ public void call(Inner t1) {
179179

180180
}, timeInMilliseconds, TimeUnit.MILLISECONDS);
181181
}
182-
}
182+
}

0 commit comments

Comments
 (0)