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 be7aa50 commit 67d5f1bCopy full SHA for 67d5f1b
stub/src/main/java/io/grpc/stub/CallStreamObserver.java
@@ -50,7 +50,7 @@
50
* <p>DO NOT MOCK: The API is too complex to reliably mock. Use InProcessChannelBuilder to create
51
* "real" RPCs suitable for testing.
52
*/
53
-@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1788")
+@ExperimentalApi("https://github.com/grpc/grpc-java/issues/8499")
54
public abstract class CallStreamObserver<V> implements StreamObserver<V> {
55
56
/**
0 commit comments