diff --git a/android/guava/src/com/google/common/util/concurrent/Futures.java b/android/guava/src/com/google/common/util/concurrent/Futures.java index db33201762e2..209b6b162aa0 100644 --- a/android/guava/src/com/google/common/util/concurrent/Futures.java +++ b/android/guava/src/com/google/common/util/concurrent/Futures.java @@ -56,6 +56,8 @@ /** * Static utility methods pertaining to the {@link Future} interface. * + *
For uninterruptible operations, see {@link Uninterruptibles#getUninterruptibly}. + * *
Many of these methods use the {@link ListenableFuture} API; consult the Guava User Guide * article on {@code * ListenableFuture}. diff --git a/guava/src/com/google/common/util/concurrent/Futures.java b/guava/src/com/google/common/util/concurrent/Futures.java index 6c98f7bc57b3..53d63e7cf8ce 100644 --- a/guava/src/com/google/common/util/concurrent/Futures.java +++ b/guava/src/com/google/common/util/concurrent/Futures.java @@ -56,6 +56,8 @@ /** * Static utility methods pertaining to the {@link Future} interface. * + *
For uninterruptible operations, see {@link Uninterruptibles#getUninterruptibly}. + * *
Many of these methods use the {@link ListenableFuture} API; consult the Guava User Guide * article on {@code * ListenableFuture}.