Skip to content

Commit

Permalink
Remove @beta from HashFunction.
Browse files Browse the repository at this point in the history
#3284

RELNOTES=Remove @beta from HashFunction.
PiperOrigin-RevId: 375751422
  • Loading branch information
java-team-github-bot authored and Google Java Core Libraries committed May 25, 2021
1 parent ab3090d commit e1cc195
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions android/guava/src/com/google/common/hash/HashFunction.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

package com.google.common.hash;

import com.google.common.annotations.Beta;
import com.google.common.primitives.Ints;
import com.google.errorprone.annotations.Immutable;
import java.nio.ByteBuffer;
Expand Down Expand Up @@ -116,7 +115,6 @@
* @author Kevin Bourrillion
* @since 11.0
*/
@Beta
@Immutable
@ElementTypesAreNonnullByDefault
public interface HashFunction {
Expand Down
2 changes: 0 additions & 2 deletions guava/src/com/google/common/hash/HashFunction.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

package com.google.common.hash;

import com.google.common.annotations.Beta;
import com.google.common.primitives.Ints;
import com.google.errorprone.annotations.Immutable;
import java.nio.ByteBuffer;
Expand Down Expand Up @@ -116,7 +115,6 @@
* @author Kevin Bourrillion
* @since 11.0
*/
@Beta
@Immutable
@ElementTypesAreNonnullByDefault
public interface HashFunction {
Expand Down

0 comments on commit e1cc195

Please sign in to comment.