Renaming Future.failure to Future.recover

This commit is contained in:
Viktor Klang 2011-06-02 13:33:49 -07:00
parent 3d7a717b06
commit b0952e5212
4 changed files with 39 additions and 43 deletions

View file

@ -170,7 +170,6 @@ The 'Future' interface looks like this:
interface Future<T> {
void await();
void awaitBlocking();
boolean isCompleted();
boolean isExpired();
long timeoutInNanos();