Skip to content

Commit 9455dec

Browse files
committed
stub: mark CallStreamObserver stable
I believe this was overlooked in grpc#7938's work to fix grpc#1788.
1 parent 6cd9117 commit 9455dec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stub/src/main/java/io/grpc/stub/CallStreamObserver.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
* <p>DO NOT MOCK: The API is too complex to reliably mock. Use InProcessChannelBuilder to create
5151
* "real" RPCs suitable for testing.
5252
*/
53-
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1788")
5453
public abstract class CallStreamObserver<V> implements StreamObserver<V> {
5554

5655
/**

0 commit comments

Comments
 (0)