fix compilation

This commit is contained in:
Vladimir Krivosheev
2013-04-19 15:34:44 +02:00
parent 9d44f90590
commit c1bbd7678f
@@ -92,7 +92,6 @@ public class AsyncResult<T> extends ActionCallback {
return this;
}
@Override
@NotNull
public AsyncResult<T> doWhenRejected(@NotNull final PairConsumer<T, String> consumer) {
doWhenRejected(new Runnable() {