Skip to content

Commit 211907c

Browse files
klueverGoogle Java Core Libraries
authored and
Google Java Core Libraries
committedApr 10, 2023
Remove @Beta from Utf8.
RELNOTES=Remove `@Beta` from `Utf8`. PiperOrigin-RevId: 523109358
1 parent 10504f2 commit 211907c

File tree

2 files changed

+0
-4
lines changed
  • android/guava/src/com/google/common/base
  • guava/src/com/google/common/base

2 files changed

+0
-4
lines changed
 

‎android/guava/src/com/google/common/base/Utf8.java

-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
import static java.lang.Character.MAX_SURROGATE;
1919
import static java.lang.Character.MIN_SURROGATE;
2020

21-
import com.google.common.annotations.Beta;
2221
import com.google.common.annotations.GwtCompatible;
2322

2423
/**
@@ -36,7 +35,6 @@
3635
* @author Clément Roux
3736
* @since 16.0
3837
*/
39-
@Beta
4038
@GwtCompatible(emulated = true)
4139
@ElementTypesAreNonnullByDefault
4240
public final class Utf8 {

‎guava/src/com/google/common/base/Utf8.java

-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
import static java.lang.Character.MAX_SURROGATE;
1919
import static java.lang.Character.MIN_SURROGATE;
2020

21-
import com.google.common.annotations.Beta;
2221
import com.google.common.annotations.GwtCompatible;
2322

2423
/**
@@ -36,7 +35,6 @@
3635
* @author Clément Roux
3736
* @since 16.0
3837
*/
39-
@Beta
4038
@GwtCompatible(emulated = true)
4139
@ElementTypesAreNonnullByDefault
4240
public final class Utf8 {

0 commit comments

Comments
 (0)