We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fcf5a9 commit ff5656bCopy full SHA for ff5656b
rxjava-core/src/test/java/rx/operators/OperationJoinTest.java
@@ -49,14 +49,6 @@ public Observable<T> call(Integer t1) {
49
}
50
};
51
52
- Action1<Integer> toList(final Collection<Integer> out) {
53
- return new Action1<Integer>() {
54
- @Override
55
- public void call(Integer t1) {
56
- out.add(t1);
57
- }
58
- };
59
60
@Before
61
public void before() {
62
MockitoAnnotations.initMocks(this);
0 commit comments