Commit 5de37d28 by samrobinson Committed by microkatz

Fix parameter comment block.

#cleanup

PiperOrigin-RevId: 481882181
(cherry picked from commit b6bd3586)
parent fb1c9dee
......@@ -105,7 +105,7 @@ import java.nio.ByteBuffer;
endOfStreamQueuedToSonic = true;
}
} else {
ByteBuffer buffer = replaceOutputBuffer(/* count= */ inputBuffer.remaining());
ByteBuffer buffer = replaceOutputBuffer(/* size= */ inputBuffer.remaining());
buffer.put(inputBuffer);
buffer.flip();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment