From ba8ad69d031978fd6862623dae451133b04b6973 Mon Sep 17 00:00:00 2001 From: Kurt Alfred Kluever Date: Mon, 10 Apr 2023 13:52:31 -0700 Subject: [PATCH] Remove `@Beta` from `Striped`. https://github.com/google/guava/issues/3253 RELNOTES=`concurrent`: Remove `@Beta` from `Striped`. PiperOrigin-RevId: 523203718 --- .../guava/src/com/google/common/util/concurrent/Striped.java | 2 -- guava/src/com/google/common/util/concurrent/Striped.java | 2 -- 2 files changed, 4 deletions(-) diff --git a/android/guava/src/com/google/common/util/concurrent/Striped.java b/android/guava/src/com/google/common/util/concurrent/Striped.java index 233a089f7429..37fa2fd7ef97 100644 --- a/android/guava/src/com/google/common/util/concurrent/Striped.java +++ b/android/guava/src/com/google/common/util/concurrent/Striped.java @@ -16,7 +16,6 @@ import static com.google.common.collect.Lists.newArrayList; -import com.google.common.annotations.Beta; import com.google.common.annotations.GwtIncompatible; import com.google.common.annotations.J2ktIncompatible; import com.google.common.annotations.VisibleForTesting; @@ -83,7 +82,6 @@ * @author Dimitris Andreou * @since 13.0 */ -@Beta @J2ktIncompatible @GwtIncompatible @ElementTypesAreNonnullByDefault diff --git a/guava/src/com/google/common/util/concurrent/Striped.java b/guava/src/com/google/common/util/concurrent/Striped.java index 233a089f7429..37fa2fd7ef97 100644 --- a/guava/src/com/google/common/util/concurrent/Striped.java +++ b/guava/src/com/google/common/util/concurrent/Striped.java @@ -16,7 +16,6 @@ import static com.google.common.collect.Lists.newArrayList; -import com.google.common.annotations.Beta; import com.google.common.annotations.GwtIncompatible; import com.google.common.annotations.J2ktIncompatible; import com.google.common.annotations.VisibleForTesting; @@ -83,7 +82,6 @@ * @author Dimitris Andreou * @since 13.0 */ -@Beta @J2ktIncompatible @GwtIncompatible @ElementTypesAreNonnullByDefault