Skip to content

Commit

Permalink
Fix for previous commit - for fake variant.
Browse files Browse the repository at this point in the history
Signed-off-by: Krzysztof Kocon <[email protected]>
  • Loading branch information
Krzysztof Kocon committed Dec 16, 2016
1 parent 845b500 commit b5d0e86
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ public void stopPolling() {
//skip
}

@Override
public void clearCache() {
//skip
}

@Override
public void requestSensors(final DataCallback<List<Sensor>> callback) {
executor.schedule(new Runnable() {
Expand Down

0 comments on commit b5d0e86

Please sign in to comment.