Skip to content

Commit

Permalink
Removed @beta from HashingInputStream class
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrospars committed Dec 8, 2022
1 parent ea49a6b commit 6a8e275
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions guava/src/com/google/common/hash/HashingInputStream.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

import static com.google.common.base.Preconditions.checkNotNull;

import com.google.common.annotations.Beta;
import com.google.errorprone.annotations.CanIgnoreReturnValue;
import java.io.FilterInputStream;
import java.io.IOException;
Expand All @@ -28,7 +27,6 @@
* @author Qian Huang
* @since 16.0
*/
@Beta
@ElementTypesAreNonnullByDefault
public final class HashingInputStream extends FilterInputStream {
private final Hasher hasher;
Expand Down

0 comments on commit 6a8e275

Please sign in to comment.