mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-22 12:23:10 +01:00
Unused method
This commit is contained in:
parent
4df77245b8
commit
978d90be4e
1 changed files with 0 additions and 6 deletions
|
@ -17,10 +17,4 @@ public class CallableFutures {
|
||||||
});
|
});
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static <T> CompletableFuture<T> failedFuture(Exception e) {
|
|
||||||
CompletableFuture<T> ret = new CompletableFuture<>();
|
|
||||||
ret.completeExceptionally(e);
|
|
||||||
return ret;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue