diff --git a/platform/platform-api/src/com/intellij/openapi/util/AsyncResult.java b/platform/platform-api/src/com/intellij/openapi/util/AsyncResult.java index b4263e11d3b3..5d801dafc46e 100644 --- a/platform/platform-api/src/com/intellij/openapi/util/AsyncResult.java +++ b/platform/platform-api/src/com/intellij/openapi/util/AsyncResult.java @@ -92,7 +92,6 @@ public class AsyncResult extends ActionCallback { return this; } - @Override @NotNull public AsyncResult doWhenRejected(@NotNull final PairConsumer consumer) { doWhenRejected(new Runnable() {