We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0cc461 commit b52af84Copy full SHA for b52af84
guava/src/com/google/common/hash/HashingInputStream.java
@@ -16,7 +16,6 @@
16
17
import static com.google.common.base.Preconditions.checkNotNull;
18
19
-import com.google.common.annotations.Beta;
20
import com.google.errorprone.annotations.CanIgnoreReturnValue;
21
import java.io.FilterInputStream;
22
import java.io.IOException;
@@ -28,7 +27,6 @@
28
27
* @author Qian Huang
29
* @since 16.0
30
*/
31
-@Beta
32
@ElementTypesAreNonnullByDefault
33
public final class HashingInputStream extends FilterInputStream {
34
private final Hasher hasher;
0 commit comments