Skip to content

Commit

Permalink
Remove @Beta from Utf8.
Browse files Browse the repository at this point in the history
RELNOTES=Remove `@Beta` from `Utf8`.
PiperOrigin-RevId: 523109358
  • Loading branch information
kluever authored and Google Java Core Libraries committed Apr 10, 2023
1 parent 10504f2 commit 211907c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions android/guava/src/com/google/common/base/Utf8.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import static java.lang.Character.MAX_SURROGATE;
import static java.lang.Character.MIN_SURROGATE;

import com.google.common.annotations.Beta;
import com.google.common.annotations.GwtCompatible;

/**
Expand All @@ -36,7 +35,6 @@
* @author Clément Roux
* @since 16.0
*/
@Beta
@GwtCompatible(emulated = true)
@ElementTypesAreNonnullByDefault
public final class Utf8 {
Expand Down
2 changes: 0 additions & 2 deletions guava/src/com/google/common/base/Utf8.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import static java.lang.Character.MAX_SURROGATE;
import static java.lang.Character.MIN_SURROGATE;

import com.google.common.annotations.Beta;
import com.google.common.annotations.GwtCompatible;

/**
Expand All @@ -36,7 +35,6 @@
* @author Clément Roux
* @since 16.0
*/
@Beta
@GwtCompatible(emulated = true)
@ElementTypesAreNonnullByDefault
public final class Utf8 {
Expand Down

0 comments on commit 211907c

Please sign in to comment.