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 18, 2015
1 parent 99c267c commit a45dcc4
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,9 @@ public Observable<Long> getFinishedTimeSlices() {
public boolean isRunning() {
return false;
}

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

0 comments on commit a45dcc4

Please sign in to comment.