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 1818import static com .google .common .base .Preconditions .checkNotNull ;
1919import static com .google .common .base .Preconditions .checkState ;
2020
21- import com .google .common .annotations .Beta ;
2221import com .google .common .base .Preconditions ;
2322import com .google .common .primitives .Ints ;
2423import com .google .common .primitives .UnsignedInts ;
3332 * @author Kurt Alfred Kluever
3433 * @since 11.0
3534 */
36- @ Beta
3735public abstract class HashCode {
3836 HashCode () {}
3937
Original file line number Diff line number Diff line change 1818import static com .google .common .base .Preconditions .checkNotNull ;
1919import static com .google .common .base .Preconditions .checkState ;
2020
21- import com .google .common .annotations .Beta ;
2221import com .google .common .base .Preconditions ;
2322import com .google .common .primitives .Ints ;
2423import com .google .common .primitives .UnsignedInts ;
3332 * @author Kurt Alfred Kluever
3433 * @since 11.0
3534 */
36- @ Beta
3735public abstract class HashCode {
3836 HashCode () {}
3937
You can’t perform that action at this time.
0 commit comments