Skip to content

Commit

Permalink
updating to RxJava 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benjchristensen committed Oct 1, 2014
1 parent 3a69398 commit 7494169
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public String call(byte[] bb) {
});
}
})
.toBlockingObservable()
.toBlocking()
.forEach(new Action1<String>() {

@Override
Expand Down Expand Up @@ -118,7 +118,7 @@ public Boolean call(String t1) {
}
})
.take(3)
.toBlockingObservable()
.toBlocking()
.forEach(new Action1<String>() {

@Override
Expand Down

0 comments on commit 7494169

Please sign in to comment.