Commit b6bd3586 by samrobinson Committed by Marc Baechinger

Fix parameter comment block.

#cleanup

PiperOrigin-RevId: 481882181
parent a5583c04
...@@ -105,7 +105,7 @@ import java.nio.ByteBuffer; ...@@ -105,7 +105,7 @@ import java.nio.ByteBuffer;
endOfStreamQueuedToSonic = true; endOfStreamQueuedToSonic = true;
} }
} else { } else {
ByteBuffer buffer = replaceOutputBuffer(/* count= */ inputBuffer.remaining()); ByteBuffer buffer = replaceOutputBuffer(/* size= */ inputBuffer.remaining());
buffer.put(inputBuffer); buffer.put(inputBuffer);
buffer.flip(); 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