Skip to content

Commit ba8ad69

Browse files
klueverGoogle Java Core Libraries
authored and
Google Java Core Libraries
committedApr 10, 2023
Remove @Beta from Striped.
#3253 RELNOTES=`concurrent`: Remove `@Beta` from `Striped`. PiperOrigin-RevId: 523203718
1 parent 73b2f7b commit ba8ad69

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed
 

‎android/guava/src/com/google/common/util/concurrent/Striped.java

-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
import static com.google.common.collect.Lists.newArrayList;
1818

19-
import com.google.common.annotations.Beta;
2019
import com.google.common.annotations.GwtIncompatible;
2120
import com.google.common.annotations.J2ktIncompatible;
2221
import com.google.common.annotations.VisibleForTesting;
@@ -83,7 +82,6 @@
8382
* @author Dimitris Andreou
8483
* @since 13.0
8584
*/
86-
@Beta
8785
@J2ktIncompatible
8886
@GwtIncompatible
8987
@ElementTypesAreNonnullByDefault

‎guava/src/com/google/common/util/concurrent/Striped.java

-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
import static com.google.common.collect.Lists.newArrayList;
1818

19-
import com.google.common.annotations.Beta;
2019
import com.google.common.annotations.GwtIncompatible;
2120
import com.google.common.annotations.J2ktIncompatible;
2221
import com.google.common.annotations.VisibleForTesting;
@@ -83,7 +82,6 @@
8382
* @author Dimitris Andreou
8483
* @since 13.0
8584
*/
86-
@Beta
8785
@J2ktIncompatible
8886
@GwtIncompatible
8987
@ElementTypesAreNonnullByDefault

0 commit comments

Comments
 (0)