Skip to content

Commit e1cc195

Browse files
java-team-github-botGoogle Java Core Libraries
authored and
Google Java Core Libraries
committed
Remove @beta from HashFunction.
#3284 RELNOTES=Remove @beta from HashFunction. PiperOrigin-RevId: 375751422
1 parent ab3090d commit e1cc195

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

android/guava/src/com/google/common/hash/HashFunction.java

-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
package com.google.common.hash;
1616

17-
import com.google.common.annotations.Beta;
1817
import com.google.common.primitives.Ints;
1918
import com.google.errorprone.annotations.Immutable;
2019
import java.nio.ByteBuffer;
@@ -116,7 +115,6 @@
116115
* @author Kevin Bourrillion
117116
* @since 11.0
118117
*/
119-
@Beta
120118
@Immutable
121119
@ElementTypesAreNonnullByDefault
122120
public interface HashFunction {

guava/src/com/google/common/hash/HashFunction.java

-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
package com.google.common.hash;
1616

17-
import com.google.common.annotations.Beta;
1817
import com.google.common.primitives.Ints;
1918
import com.google.errorprone.annotations.Immutable;
2019
import java.nio.ByteBuffer;
@@ -116,7 +115,6 @@
116115
* @author Kevin Bourrillion
117116
* @since 11.0
118117
*/
119-
@Beta
120118
@Immutable
121119
@ElementTypesAreNonnullByDefault
122120
public interface HashFunction {

0 commit comments

Comments
 (0)