Skip to content

Commit 10578e3

Browse files
committed
param in JavaDoc is lower-case
1 parent 68efade commit 10578e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

okhttp/src/main/java/io/grpc/transport/okhttp/OkHttpClientTransport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ private void onGoAway(int lastKnownStreamId, Status status) {
447447
*
448448
* @param streamId the Id of the stream.
449449
* @param status the final status of this stream, null means no need to report.
450-
* @Param errorCode reset the stream with this ErrorCode if not null.
450+
* @param errorCode reset the stream with this ErrorCode if not null.
451451
*/
452452
void finishStream(int streamId, @Nullable Status status, @Nullable ErrorCode errorCode) {
453453
OkHttpClientStream stream;

0 commit comments

Comments
 (0)