diff --git a/releases/snapshot-android/api/docs/member-search-index.zip b/releases/snapshot-android/api/docs/member-search-index.zip index 8a69261fa678..d731d866bef6 100644 Binary files a/releases/snapshot-android/api/docs/member-search-index.zip and b/releases/snapshot-android/api/docs/member-search-index.zip differ diff --git a/releases/snapshot-android/api/docs/package-search-index.zip b/releases/snapshot-android/api/docs/package-search-index.zip index 7e953582cb00..0d8ee4613d54 100644 Binary files a/releases/snapshot-android/api/docs/package-search-index.zip and b/releases/snapshot-android/api/docs/package-search-index.zip differ diff --git a/releases/snapshot-android/api/docs/type-search-index.zip b/releases/snapshot-android/api/docs/type-search-index.zip index 05d85e51570e..17d7c7325447 100644 Binary files a/releases/snapshot-android/api/docs/type-search-index.zip and b/releases/snapshot-android/api/docs/type-search-index.zip differ diff --git a/releases/snapshot-jre/api/docs/com/google/common/util/concurrent/AbstractFuture.html b/releases/snapshot-jre/api/docs/com/google/common/util/concurrent/AbstractFuture.html index 06ddc5137c8f..01cd9c3e6d8a 100644 --- a/releases/snapshot-jre/api/docs/com/google/common/util/concurrent/AbstractFuture.html +++ b/releases/snapshot-jre/api/docs/com/google/common/util/concurrent/AbstractFuture.html @@ -147,7 +147,7 @@

Class AbstractFuture<V extends
@GwtCompatible(emulated=true)
 @ReflectionSupport(FULL)
-public abstract class AbstractFuture<V extends @Nullable Object>
+public abstract class AbstractFuture<V extends @Nullable Object>
 extends com.google.common.util.concurrent.internal.InternalFutureFailureAccess
 implements ListenableFuture<V>
An abstract implementation of ListenableFuture, intended for advanced users only. More @@ -338,7 +338,7 @@

Constructor Detail

@@ -359,7 +359,7 @@

Method Detail

  • get

    @CanIgnoreReturnValue
    -public V get​(long timeout,
    +public V get​(long timeout,
                  TimeUnit unit)
           throws InterruptedException,
                  TimeoutException,
    @@ -386,7 +386,7 @@ 

    get

  • get

    @CanIgnoreReturnValue
    -public V get()
    +public V get()
           throws InterruptedException,
                  ExecutionException
    @@ -409,7 +409,7 @@

    get

  • If a cancellation attempt succeeds on a Future that had previously been set asynchronously, then the cancellation will also be propagated to the delegate @@ -461,7 +461,7 @@

    cancel