Skip to content

Commit

Permalink
[HWKMETRICS-204] fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
John Sanda committed Aug 14, 2015
1 parent 6f9cdda commit 3302280
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,9 @@ public Observable<Long> getFinishedTimeSlices() {
public boolean isRunning() {
return false;
}

@Override
public Observable<Task2> getTasks() {
return Observable.empty();
}
}

0 comments on commit 3302280

Please sign in to comment.