doc: fix a javadoc warning (#5136)

This commit is contained in:
Kun Zhang 2018-12-06 21:51:34 -08:00 committed by GitHub
parent de9bc0bcf1
commit 8706a37a3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ public abstract class ServerCallStreamObserver<V> extends CallStreamObserver<V>
* to {@code true} as other callbacks may still be executing in the 'inbound' observer.
*
* <p>Setting the onCancelHandler will suppress the on-cancel exception thrown by
* {@link #onNext()}.
* {@link #onNext}.
*
* @param onCancelHandler to call when client has cancelled the call.
*/