Skip to content

Commit

Permalink
Push back removals again.
Browse files Browse the repository at this point in the history
RELNOTES=n/a

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=206818123
  • Loading branch information
cgdecker committed Aug 1, 2018
1 parent 59d7140 commit de09995
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
* their equivalent on the result of {@code Traverser.forTree(tree)} where {@code tree}
* implements {@code SuccessorsFunction}, which has a similar API as {@link #children} or can be
* the same lambda function as passed into {@link #using(Function)}.
* <p>This class is scheduled to be removed in July 2018.
* <p>This class is scheduled to be removed in October 2018.
*/
@Deprecated
@Beta
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* untouched. Guava users who want a {@code CheckedFuture} can fork the classes for their own
* use, possibly specializing them to the particular exception type they use. We recommend that
* most people use {@code ListenableFuture} and perform any exception wrapping themselves. This
* class is scheduled for removal from Guava in February 2018.
* class is scheduled for removal from Guava in October 2018.
*/
@Beta
@Deprecated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
* untouched. Guava users who want a {@code CheckedFuture} can fork the classes for their own
* use, possibly specializing them to the particular exception type they use. We recommend that
* most people use {@code ListenableFuture} and perform any exception wrapping themselves. This
* class is scheduled for removal from Guava in February 2018.
* class is scheduled for removal from Guava in October 2018.
*/
@Beta
@CanIgnoreReturnValue
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
* untouched. Guava users who want a {@code CheckedFuture} can fork the classes for their own
* use, possibly specializing them to the particular exception type they use. We recommend that
* most people use {@code ListenableFuture} and perform any exception wrapping themselves. This
* class is scheduled for removal from Guava in February 2018.
* class is scheduled for removal from Guava in October 2018.
*/
@Beta
@Deprecated
Expand Down Expand Up @@ -75,7 +75,7 @@ public V checkedGet(long timeout, TimeUnit unit) throws TimeoutException, X {
* untouched. Guava users who want a {@code CheckedFuture} can fork the classes for their own
* use, possibly specializing them to the particular exception type they use. We recommend
* that most people use {@code ListenableFuture} and perform any exception wrapping
* themselves. This class is scheduled for removal from Guava in February 2018.
* themselves. This class is scheduled for removal from Guava in October 2018.
*/
@Beta
@Deprecated
Expand Down
12 changes: 6 additions & 6 deletions android/guava/src/com/google/common/util/concurrent/Futures.java
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ private Futures() {}
* untouched. Guava users who want a {@code CheckedFuture} can fork the classes for their own
* use, possibly specializing them to the particular exception type they use. We recommend
* that most people use {@code ListenableFuture} and perform any exception wrapping
* themselves. This method is scheduled for removal from Guava in July 2018.
* themselves. This method is scheduled for removal from Guava in October 2018.
*/
// TODO(b/72241575): Remove by 2018-07
// TODO(b/72241575): Remove by 2018-10
@Deprecated
@GwtIncompatible // TODO
public static <V, X extends Exception> CheckedFuture<V, X> makeChecked(
Expand Down Expand Up @@ -183,9 +183,9 @@ public static <V> ListenableFuture<V> immediateFuture(@NullableDecl V value) {
* untouched. Guava users who want a {@code CheckedFuture} can fork the classes for their own
* use, possibly specializing them to the particular exception type they use. We recommend
* that most people use {@code ListenableFuture} and perform any exception wrapping
* themselves. This method is scheduled for removal from Guava in July 2018.
* themselves. This method is scheduled for removal from Guava in October 2018.
*/
// TODO(b/72241893): Remove by 2018-07
// TODO(b/72241893): Remove by 2018-10
@Deprecated
@GwtIncompatible // TODO
public static <V, X extends Exception> CheckedFuture<V, X> immediateCheckedFuture(
Expand Down Expand Up @@ -230,9 +230,9 @@ public static <V> ListenableFuture<V> immediateCancelledFuture() {
* untouched. Guava users who want a {@code CheckedFuture} can fork the classes for their own
* use, possibly specializing them to the particular exception type they use. We recommend
* that most people use {@code ListenableFuture} and perform any exception wrapping
* themselves. This method is scheduled for removal from Guava in July 2018.
* themselves. This method is scheduled for removal from Guava in October 2018.
*/
// TODO(b/72241500): Remove by 2018-07
// TODO(b/72241500): Remove by 2018-10
@Deprecated
@GwtIncompatible // TODO
public static <V, X extends Exception> CheckedFuture<V, X> immediateFailedCheckedFuture(
Expand Down
2 changes: 1 addition & 1 deletion guava/src/com/google/common/collect/TreeTraverser.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
* their equivalent on the result of {@code Traverser.forTree(tree)} where {@code tree}
* implements {@code SuccessorsFunction}, which has a similar API as {@link #children} or can be
* the same lambda function as passed into {@link #using(Function)}.
* <p>This class is scheduled to be removed in July 2018.
* <p>This class is scheduled to be removed in October 2018.
*/
@Deprecated
@Beta
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* untouched. Guava users who want a {@code CheckedFuture} can fork the classes for their own
* use, possibly specializing them to the particular exception type they use. We recommend that
* most people use {@code ListenableFuture} and perform any exception wrapping themselves. This
* class is scheduled for removal from Guava in February 2018.
* class is scheduled for removal from Guava in October 2018.
*/
@Beta
@Deprecated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
* untouched. Guava users who want a {@code CheckedFuture} can fork the classes for their own
* use, possibly specializing them to the particular exception type they use. We recommend that
* most people use {@code ListenableFuture} and perform any exception wrapping themselves. This
* class is scheduled for removal from Guava in February 2018.
* class is scheduled for removal from Guava in October 2018.
*/
@Beta
@CanIgnoreReturnValue
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
* untouched. Guava users who want a {@code CheckedFuture} can fork the classes for their own
* use, possibly specializing them to the particular exception type they use. We recommend that
* most people use {@code ListenableFuture} and perform any exception wrapping themselves. This
* class is scheduled for removal from Guava in February 2018.
* class is scheduled for removal from Guava in October 2018.
*/
@Beta
@Deprecated
Expand Down Expand Up @@ -75,7 +75,7 @@ public V checkedGet(long timeout, TimeUnit unit) throws TimeoutException, X {
* untouched. Guava users who want a {@code CheckedFuture} can fork the classes for their own
* use, possibly specializing them to the particular exception type they use. We recommend
* that most people use {@code ListenableFuture} and perform any exception wrapping
* themselves. This class is scheduled for removal from Guava in February 2018.
* themselves. This class is scheduled for removal from Guava in October 2018.
*/
@Beta
@Deprecated
Expand Down
12 changes: 6 additions & 6 deletions guava/src/com/google/common/util/concurrent/Futures.java
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ private Futures() {}
* untouched. Guava users who want a {@code CheckedFuture} can fork the classes for their own
* use, possibly specializing them to the particular exception type they use. We recommend
* that most people use {@code ListenableFuture} and perform any exception wrapping
* themselves. This method is scheduled for removal from Guava in July 2018.
* themselves. This method is scheduled for removal from Guava in October 2018.
*/
// TODO(b/72241575): Remove by 2018-07
// TODO(b/72241575): Remove by 2018-10
@Deprecated
@GwtIncompatible // TODO
public static <V, X extends Exception> CheckedFuture<V, X> makeChecked(
Expand Down Expand Up @@ -183,9 +183,9 @@ public static <V> ListenableFuture<V> immediateFuture(@Nullable V value) {
* untouched. Guava users who want a {@code CheckedFuture} can fork the classes for their own
* use, possibly specializing them to the particular exception type they use. We recommend
* that most people use {@code ListenableFuture} and perform any exception wrapping
* themselves. This method is scheduled for removal from Guava in July 2018.
* themselves. This method is scheduled for removal from Guava in October 2018.
*/
// TODO(b/72241893): Remove by 2018-07
// TODO(b/72241893): Remove by 2018-10
@Deprecated
@GwtIncompatible // TODO
public static <V, X extends Exception> CheckedFuture<V, X> immediateCheckedFuture(
Expand Down Expand Up @@ -230,9 +230,9 @@ public static <V> ListenableFuture<V> immediateCancelledFuture() {
* untouched. Guava users who want a {@code CheckedFuture} can fork the classes for their own
* use, possibly specializing them to the particular exception type they use. We recommend
* that most people use {@code ListenableFuture} and perform any exception wrapping
* themselves. This method is scheduled for removal from Guava in July 2018.
* themselves. This method is scheduled for removal from Guava in October 2018.
*/
// TODO(b/72241500): Remove by 2018-07
// TODO(b/72241500): Remove by 2018-10
@Deprecated
@GwtIncompatible // TODO
public static <V, X extends Exception> CheckedFuture<V, X> immediateFailedCheckedFuture(
Expand Down

0 comments on commit de09995

Please sign in to comment.