Skip to content

Commit 67d5f1b

Browse files
benjaminpejona86
authored andcommitted
stub: update CallStreamObserver stabilization issue
1 parent be7aa50 commit 67d5f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
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")
53+
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/8499")
5454
public abstract class CallStreamObserver<V> implements StreamObserver<V> {
5555

5656
/**

0 commit comments

Comments
 (0)