Skip to content

Commit

Permalink
stub: disableAutoInboundFlowControl javadoc correction (grpc#4785)
Browse files Browse the repository at this point in the history
The docs refer to the wrong places where this feature is ignored.
  • Loading branch information
zpencer authored Aug 23, 2018
1 parent e9b6568 commit 0d79e7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stub/src/main/java/io/grpc/stub/CallStreamObserver.java
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ public abstract class CallStreamObserver<V> implements StreamObserver<V> {
* <li>{@link io.grpc.MethodDescriptor.MethodType#UNARY} operations on both the
* client and server.
* </li>
* <li>{@link io.grpc.MethodDescriptor.MethodType#CLIENT_STREAMING} operations on the server.
* <li>{@link io.grpc.MethodDescriptor.MethodType#CLIENT_STREAMING} operations on the client.
* </li>
* <li>{@link io.grpc.MethodDescriptor.MethodType#SERVER_STREAMING} operations on the client.
* <li>{@link io.grpc.MethodDescriptor.MethodType#SERVER_STREAMING} operations on the server.
* </li>
* </ul>
* </p>
Expand Down

0 comments on commit 0d79e7a

Please sign in to comment.