From 10578e31c044888fe7d6a5af1da9c043d531d6cd Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Wed, 1 Jul 2015 13:47:57 -0700 Subject: [PATCH] param in JavaDoc is lower-case --- .../java/io/grpc/transport/okhttp/OkHttpClientTransport.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/okhttp/src/main/java/io/grpc/transport/okhttp/OkHttpClientTransport.java b/okhttp/src/main/java/io/grpc/transport/okhttp/OkHttpClientTransport.java index 3c775eafae..3874a2a50c 100644 --- a/okhttp/src/main/java/io/grpc/transport/okhttp/OkHttpClientTransport.java +++ b/okhttp/src/main/java/io/grpc/transport/okhttp/OkHttpClientTransport.java @@ -447,7 +447,7 @@ class OkHttpClientTransport implements ClientTransport { * * @param streamId the Id of the stream. * @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) { OkHttpClientStream stream;