param in JavaDoc is lower-case

This commit is contained in:
Eric Anderson 2015-07-01 13:47:57 -07:00
parent 68efade3f5
commit 10578e31c0
1 changed files with 1 additions and 1 deletions

View File

@ -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;