Skip to content

Commit

Permalink
Remove @Beta from Striped.
Browse files Browse the repository at this point in the history
#3253

RELNOTES=`concurrent`: Remove `@Beta` from `Striped`.
PiperOrigin-RevId: 523203718
  • Loading branch information
kluever authored and Google Java Core Libraries committed Apr 10, 2023
1 parent 73b2f7b commit ba8ad69
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -83,7 +82,6 @@
* @author Dimitris Andreou
* @since 13.0
*/
@Beta
@J2ktIncompatible
@GwtIncompatible
@ElementTypesAreNonnullByDefault
Expand Down
2 changes: 0 additions & 2 deletions guava/src/com/google/common/util/concurrent/Striped.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -83,7 +82,6 @@
* @author Dimitris Andreou
* @since 13.0
*/
@Beta
@J2ktIncompatible
@GwtIncompatible
@ElementTypesAreNonnullByDefault
Expand Down

0 comments on commit ba8ad69

Please sign in to comment.