Skip to content

Commit

Permalink
Can't use @OverRide here, it requires Java 6.
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jun 13, 2013
1 parent 12bd92f commit 7542549
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ public boolean cancel() {
return cancel(true);
}

@Override
public void cancelled() {
if (this.callback != null) {
this.callback.cancelled();
Expand Down

0 comments on commit 7542549

Please sign in to comment.