File tree Expand file tree Collapse file tree 4 files changed +0
-6
lines changed
android/guava/src/com/google/common/util/concurrent
guava/src/com/google/common/util/concurrent Expand file tree Collapse file tree 4 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -777,7 +777,6 @@ protected boolean setException(Throwable throwable) {
777777 * cancelled or set.
778778 * @since 19.0
779779 */
780- @ Beta
781780 @ CanIgnoreReturnValue
782781 protected boolean setFuture (ListenableFuture <? extends V > future ) {
783782 checkNotNull (future );
Original file line number Diff line number Diff line change 1414
1515package com .google .common .util .concurrent ;
1616
17- import com .google .common .annotations .Beta ;
1817import com .google .common .annotations .GwtCompatible ;
1918import com .google .errorprone .annotations .CanIgnoreReturnValue ;
2019import org .checkerframework .checker .nullness .compatqual .NullableDecl ;
@@ -54,7 +53,6 @@ public boolean setException(Throwable throwable) {
5453 return super .setException (throwable );
5554 }
5655
57- @ Beta
5856 @ CanIgnoreReturnValue
5957 @ Override
6058 public boolean setFuture (ListenableFuture <? extends V > future ) {
Original file line number Diff line number Diff line change @@ -777,7 +777,6 @@ protected boolean setException(Throwable throwable) {
777777 * cancelled or set.
778778 * @since 19.0
779779 */
780- @ Beta
781780 @ CanIgnoreReturnValue
782781 protected boolean setFuture (ListenableFuture <? extends V > future ) {
783782 checkNotNull (future );
Original file line number Diff line number Diff line change 1414
1515package com .google .common .util .concurrent ;
1616
17- import com .google .common .annotations .Beta ;
1817import com .google .common .annotations .GwtCompatible ;
1918import com .google .errorprone .annotations .CanIgnoreReturnValue ;
2019import org .checkerframework .checker .nullness .qual .Nullable ;
@@ -54,7 +53,6 @@ public boolean setException(Throwable throwable) {
5453 return super .setException (throwable );
5554 }
5655
57- @ Beta
5856 @ CanIgnoreReturnValue
5957 @ Override
6058 public boolean setFuture (ListenableFuture <? extends V > future ) {
You can’t perform that action at this time.
0 commit comments