From eb5a806625720beedfa5e88d28f0985ffb3a8235 Mon Sep 17 00:00:00 2001 From: "copybara-service[bot]" Date: Fri, 3 Jan 2025 14:53:08 +0000 Subject: [PATCH] Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT --- .../api/docs/member-search-index.zip | Bin 49810 -> 49810 bytes .../api/docs/package-search-index.zip | Bin 322 -> 322 bytes .../api/docs/type-search-index.zip | Bin 3363 -> 3363 bytes .../util/concurrent/AbstractFuture.html | 34 +- .../api/docs/member-search-index.zip | Bin 50705 -> 50705 bytes .../api/docs/package-search-index.zip | Bin 322 -> 322 bytes .../util/concurrent/AbstractFuture.html | 3166 +++++++++-------- .../api/docs/type-search-index.zip | Bin 3363 -> 3363 bytes 8 files changed, 1664 insertions(+), 1536 deletions(-) diff --git a/releases/snapshot-android/api/docs/member-search-index.zip b/releases/snapshot-android/api/docs/member-search-index.zip index 8a69261fa6781babf5c67957c6e9ba9bf70b5374..d731d866bef6fc0803b880259e32b8f0191430fe 100644 GIT binary patch delta 32 mcmbQ#$~>u+nK!_jnMH(wgM))%Vwv(rUeiO&Kzg$4AzuK6J_!Q= delta 32 mcmbQ#$~>u+nK!_jnMH(wgM)*iaIw-xUeiO&Kzg$4AzuK6@Ch3L diff --git a/releases/snapshot-android/api/docs/package-search-index.zip b/releases/snapshot-android/api/docs/package-search-index.zip index 7e953582cb006e291f41631cc6d307475de9260d..0d8ee4613d54d231f4eaaaac09145e842ce1207b 100644 GIT binary patch delta 28 hcmX@abcl&Jz?+#xgn@&DgJEKs@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