mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix compilation
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user