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 Original file line number Diff line number Diff line change 18
18
import static java .lang .Character .MAX_SURROGATE ;
19
19
import static java .lang .Character .MIN_SURROGATE ;
20
20
21
- import com .google .common .annotations .Beta ;
22
21
import com .google .common .annotations .GwtCompatible ;
23
22
24
23
/**
36
35
* @author Clément Roux
37
36
* @since 16.0
38
37
*/
39
- @ Beta
40
38
@ GwtCompatible (emulated = true )
41
39
@ ElementTypesAreNonnullByDefault
42
40
public final class Utf8 {
Original file line number Diff line number Diff line change 18
18
import static java .lang .Character .MAX_SURROGATE ;
19
19
import static java .lang .Character .MIN_SURROGATE ;
20
20
21
- import com .google .common .annotations .Beta ;
22
21
import com .google .common .annotations .GwtCompatible ;
23
22
24
23
/**
36
35
* @author Clément Roux
37
36
* @since 16.0
38
37
*/
39
- @ Beta
40
38
@ GwtCompatible (emulated = true )
41
39
@ ElementTypesAreNonnullByDefault
42
40
public final class Utf8 {
You can’t perform that action at this time.
0 commit comments