Skip to content

Commit d394bac

Browse files
cpovirkGoogle Java Core Libraries
authored andcommitted
Remove @Beta from CountingOutputStream.
RELNOTES=`io`: Removed `@Beta` from `CountingOutputStream`. PiperOrigin-RevId: 354334755
1 parent d3c306e commit d394bac

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

android/guava/src/com/google/common/io/CountingOutputStream.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

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

19-
import com.google.common.annotations.Beta;
2019
import com.google.common.annotations.GwtIncompatible;
2120
import java.io.FilterOutputStream;
2221
import java.io.IOException;
@@ -28,7 +27,6 @@
2827
* @author Chris Nokleberg
2928
* @since 1.0
3029
*/
31-
@Beta
3230
@GwtIncompatible
3331
public final class CountingOutputStream extends FilterOutputStream {
3432

guava/src/com/google/common/io/CountingOutputStream.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

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

19-
import com.google.common.annotations.Beta;
2019
import com.google.common.annotations.GwtIncompatible;
2120
import java.io.FilterOutputStream;
2221
import java.io.IOException;
@@ -28,7 +27,6 @@
2827
* @author Chris Nokleberg
2928
* @since 1.0
3029
*/
31-
@Beta
3230
@GwtIncompatible
3331
public final class CountingOutputStream extends FilterOutputStream {
3432

0 commit comments

Comments
 (0)