core: fix typo in ClientCall.java javadoc

This commit is contained in:
ZHANG Dapeng 2018-03-15 10:07:30 -07:00 committed by GitHub
parent 9224d2ab8f
commit 26fc6324c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ public abstract class ClientCall<ReqT, RespT> {
/**
* Returns additional properties of the call. May only be called after {@link Listener#onHeaders}
* or {@link Listener#onClose}. If called prematurely, the implementation may throw {@code
* IllegalStateException} or return abitrary {@code Attributes}.
* IllegalStateException} or return arbitrary {@code Attributes}.
*
* <p>{@link Grpc} defines commonly used attributes, but they are not guaranteed to be present.
*