stub: update CallStreamObserver stabilization issue

This commit is contained in:
Benjamin Peterson 2021-09-09 09:06:13 -07:00 committed by Eric Anderson
parent be7aa50441
commit 67d5f1b0d6
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ import io.grpc.ExperimentalApi;
* <p>DO NOT MOCK: The API is too complex to reliably mock. Use InProcessChannelBuilder to create
* "real" RPCs suitable for testing.
*/
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1788")
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/8499")
public abstract class CallStreamObserver<V> implements StreamObserver<V> {
/**