File tree 2 files changed +0
-4
lines changed
android/guava/src/com/google/common/primitives
guava/src/com/google/common/primitives
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 18
18
import static com .google .common .base .Preconditions .checkNotNull ;
19
19
import static com .google .common .base .Preconditions .checkPositionIndexes ;
20
20
21
- import com .google .common .annotations .Beta ;
22
21
import com .google .common .annotations .GwtCompatible ;
23
22
import com .google .errorprone .annotations .CanIgnoreReturnValue ;
24
23
import java .math .BigInteger ;
48
47
* @author Colin Evans
49
48
* @since 10.0
50
49
*/
51
- @ Beta
52
50
@ GwtCompatible
53
51
@ ElementTypesAreNonnullByDefault
54
52
public final class UnsignedLongs {
Original file line number Diff line number Diff line change 18
18
import static com .google .common .base .Preconditions .checkNotNull ;
19
19
import static com .google .common .base .Preconditions .checkPositionIndexes ;
20
20
21
- import com .google .common .annotations .Beta ;
22
21
import com .google .common .annotations .GwtCompatible ;
23
22
import com .google .errorprone .annotations .CanIgnoreReturnValue ;
24
23
import java .math .BigInteger ;
48
47
* @author Colin Evans
49
48
* @since 10.0
50
49
*/
51
- @ Beta
52
50
@ GwtCompatible
53
51
@ ElementTypesAreNonnullByDefault
54
52
public final class UnsignedLongs {
You can’t perform that action at this time.
0 commit comments