diff --git a/stub/src/main/java/io/grpc/stub/CallStreamObserver.java b/stub/src/main/java/io/grpc/stub/CallStreamObserver.java index 424ad26b75..8bcfb2151a 100644 --- a/stub/src/main/java/io/grpc/stub/CallStreamObserver.java +++ b/stub/src/main/java/io/grpc/stub/CallStreamObserver.java @@ -84,9 +84,9 @@ public abstract class CallStreamObserver implements StreamObserver { *
  • {@link io.grpc.MethodDescriptor.MethodType#UNARY} operations on both the * client and server. *
  • - *
  • {@link io.grpc.MethodDescriptor.MethodType#CLIENT_STREAMING} operations on the server. + *
  • {@link io.grpc.MethodDescriptor.MethodType#CLIENT_STREAMING} operations on the client. *
  • - *
  • {@link io.grpc.MethodDescriptor.MethodType#SERVER_STREAMING} operations on the client. + *
  • {@link io.grpc.MethodDescriptor.MethodType#SERVER_STREAMING} operations on the server. *
  • * *