File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
android/guava/src/com/google/common/hash
guava/src/com/google/common/hash Expand file tree Collapse file tree 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 .checkState ;
20
20
21
- import com .google .common .annotations .Beta ;
22
21
import com .google .common .base .Preconditions ;
23
22
import com .google .common .primitives .Ints ;
24
23
import com .google .common .primitives .UnsignedInts ;
33
32
* @author Kurt Alfred Kluever
34
33
* @since 11.0
35
34
*/
36
- @ Beta
37
35
public abstract class HashCode {
38
36
HashCode () {}
39
37
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 .checkState ;
20
20
21
- import com .google .common .annotations .Beta ;
22
21
import com .google .common .base .Preconditions ;
23
22
import com .google .common .primitives .Ints ;
24
23
import com .google .common .primitives .UnsignedInts ;
33
32
* @author Kurt Alfred Kluever
34
33
* @since 11.0
35
34
*/
36
- @ Beta
37
35
public abstract class HashCode {
38
36
HashCode () {}
39
37
You can’t perform that action at this time.
0 commit comments