Skip to content

Commit

Permalink
Remove @Beta from various primitive collection APIs.
Browse files Browse the repository at this point in the history
RELNOTES=`primitive`: Remove `@Beta` from various `primitive` collection APIs.
PiperOrigin-RevId: 531527817
  • Loading branch information
kluever authored and Google Java Core Libraries committed May 12, 2023
1 parent ab4302a commit fcec25f
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

import static com.google.common.base.Preconditions.checkArgument;

import com.google.common.annotations.Beta;
import com.google.common.annotations.GwtCompatible;
import com.google.common.base.Preconditions;
import com.google.errorprone.annotations.CanIgnoreReturnValue;
Expand Down Expand Up @@ -76,7 +75,6 @@
*
* @since 22.0
*/
@Beta
@GwtCompatible
@Immutable
@ElementTypesAreNonnullByDefault
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

import static com.google.common.base.Preconditions.checkArgument;

import com.google.common.annotations.Beta;
import com.google.common.annotations.GwtCompatible;
import com.google.common.base.Preconditions;
import com.google.errorprone.annotations.CanIgnoreReturnValue;
Expand Down Expand Up @@ -76,7 +75,6 @@
*
* @since 22.0
*/
@Beta
@GwtCompatible
@Immutable
@ElementTypesAreNonnullByDefault
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

import static com.google.common.base.Preconditions.checkArgument;

import com.google.common.annotations.Beta;
import com.google.common.annotations.GwtCompatible;
import com.google.common.base.Preconditions;
import com.google.errorprone.annotations.CanIgnoreReturnValue;
Expand Down Expand Up @@ -76,7 +75,6 @@
*
* @since 22.0
*/
@Beta
@GwtCompatible
@Immutable
@ElementTypesAreNonnullByDefault
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
import static com.google.common.base.Preconditions.checkArgument;
import static com.google.common.base.Preconditions.checkNotNull;

import com.google.common.annotations.Beta;
import com.google.common.annotations.GwtCompatible;
import com.google.common.base.Preconditions;
import com.google.errorprone.annotations.CanIgnoreReturnValue;
Expand Down Expand Up @@ -84,7 +83,6 @@
*
* @since 22.0
*/
@Beta
@GwtCompatible
@Immutable
@ElementTypesAreNonnullByDefault
Expand Down
2 changes: 0 additions & 2 deletions guava/src/com/google/common/primitives/ImmutableIntArray.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
import static com.google.common.base.Preconditions.checkArgument;
import static com.google.common.base.Preconditions.checkNotNull;

import com.google.common.annotations.Beta;
import com.google.common.annotations.GwtCompatible;
import com.google.common.base.Preconditions;
import com.google.errorprone.annotations.CanIgnoreReturnValue;
Expand Down Expand Up @@ -84,7 +83,6 @@
*
* @since 22.0
*/
@Beta
@GwtCompatible
@Immutable
@ElementTypesAreNonnullByDefault
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
import static com.google.common.base.Preconditions.checkArgument;
import static com.google.common.base.Preconditions.checkNotNull;

import com.google.common.annotations.Beta;
import com.google.common.annotations.GwtCompatible;
import com.google.common.base.Preconditions;
import com.google.errorprone.annotations.CanIgnoreReturnValue;
Expand Down Expand Up @@ -84,7 +83,6 @@
*
* @since 22.0
*/
@Beta
@GwtCompatible
@Immutable
@ElementTypesAreNonnullByDefault
Expand Down

0 comments on commit fcec25f

Please sign in to comment.