Commit 6606a4ff by olly Committed by Oliver Woodman

CronetDataSource: Fix invalid Javadoc tag

PiperOrigin-RevId: 257456890
parent d4e3e8f2
...@@ -554,7 +554,7 @@ public class CronetDataSource extends BaseDataSource implements HttpDataSource { ...@@ -554,7 +554,7 @@ public class CronetDataSource extends BaseDataSource implements HttpDataSource {
* @return The number of bytes read, or {@link C#RESULT_END_OF_INPUT} if no data is available * @return The number of bytes read, or {@link C#RESULT_END_OF_INPUT} if no data is available
* because the end of the opened range has been reached. * because the end of the opened range has been reached.
* @throws HttpDataSourceException If an error occurs reading from the source. * @throws HttpDataSourceException If an error occurs reading from the source.
* @throws IllegalArgumentException If {@codes buffer} is not a direct ByteBuffer. * @throws IllegalArgumentException If {@code buffer} is not a direct ByteBuffer.
*/ */
public int read(ByteBuffer buffer) throws HttpDataSourceException { public int read(ByteBuffer buffer) throws HttpDataSourceException {
Assertions.checkState(opened); Assertions.checkState(opened);
......
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