mirror of https://github.com/grpc/grpc-java.git
param in JavaDoc is lower-case
This commit is contained in:
parent
68efade3f5
commit
10578e31c0
|
|
@ -447,7 +447,7 @@ class OkHttpClientTransport implements ClientTransport {
|
||||||
*
|
*
|
||||||
* @param streamId the Id of the stream.
|
* @param streamId the Id of the stream.
|
||||||
* @param status the final status of this stream, null means no need to report.
|
* @param status the final status of this stream, null means no need to report.
|
||||||
* @Param errorCode reset the stream with this ErrorCode if not null.
|
* @param errorCode reset the stream with this ErrorCode if not null.
|
||||||
*/
|
*/
|
||||||
void finishStream(int streamId, @Nullable Status status, @Nullable ErrorCode errorCode) {
|
void finishStream(int streamId, @Nullable Status status, @Nullable ErrorCode errorCode) {
|
||||||
OkHttpClientStream stream;
|
OkHttpClientStream stream;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue