Skip to content

Commit

Permalink
[HWKMETRICS-199] fix compile errors
Browse files Browse the repository at this point in the history
  • Loading branch information
John Sanda committed Aug 7, 2015
1 parent 4d77cc5 commit 3e02e8b
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,14 @@ public Subscription subscribe(Action1<Task2> onNext) {
public Subscription subscribe(Subscriber<Task2> subscriber) {
return Subscribers.empty();
}

@Override
public Observable<Long> getFinishedTimeSlices() {
return Observable.empty();
}

@Override
public boolean isRunning() {
return false;
}
}

0 comments on commit 3e02e8b

Please sign in to comment.