Skip to content

Commit

Permalink
tests: fix complie error on unit-test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacksgong committed Oct 12, 2017
1 parent ca2f276 commit 5a1fa49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public void onProgress(long increaseBytes) {
}

@Override
public void onCompleted(DownloadRunnable doneRunnable, long startOffset, long endOffset) throws IOException {
public void onCompleted(DownloadRunnable doneRunnable, long startOffset, long endOffset) {
}

boolean isFirstTime = true;
Expand Down

0 comments on commit 5a1fa49

Please sign in to comment.