mirror of https://github.com/grpc/grpc-java.git
core: fix typo in ClientCall.java javadoc
This commit is contained in:
parent
9224d2ab8f
commit
26fc6324c4
|
|
@ -241,7 +241,7 @@ public abstract class ClientCall<ReqT, RespT> {
|
||||||
/**
|
/**
|
||||||
* Returns additional properties of the call. May only be called after {@link Listener#onHeaders}
|
* 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
|
* 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.
|
* <p>{@link Grpc} defines commonly used attributes, but they are not guaranteed to be present.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue