Skip to content

Commit

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

RELNOTES=`concurrent`: Remove `@Beta` from `UnsignedLongs`.
PiperOrigin-RevId: 523437660
  • Loading branch information
kluever authored and Google Java Core Libraries committed Apr 11, 2023
1 parent ee57f46 commit b240e8c
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 @@ -18,7 +18,6 @@
import static com.google.common.base.Preconditions.checkNotNull;
import static com.google.common.base.Preconditions.checkPositionIndexes;

import com.google.common.annotations.Beta;
import com.google.common.annotations.GwtCompatible;
import com.google.errorprone.annotations.CanIgnoreReturnValue;
import java.math.BigInteger;
Expand Down Expand Up @@ -48,7 +47,6 @@
* @author Colin Evans
* @since 10.0
*/
@Beta
@GwtCompatible
@ElementTypesAreNonnullByDefault
public final class UnsignedLongs {
Expand Down
2 changes: 0 additions & 2 deletions guava/src/com/google/common/primitives/UnsignedLongs.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import static com.google.common.base.Preconditions.checkNotNull;
import static com.google.common.base.Preconditions.checkPositionIndexes;

import com.google.common.annotations.Beta;
import com.google.common.annotations.GwtCompatible;
import com.google.errorprone.annotations.CanIgnoreReturnValue;
import java.math.BigInteger;
Expand Down Expand Up @@ -48,7 +47,6 @@
* @author Colin Evans
* @since 10.0
*/
@Beta
@GwtCompatible
@ElementTypesAreNonnullByDefault
public final class UnsignedLongs {
Expand Down

0 comments on commit b240e8c

Please sign in to comment.