mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix typo
This commit is contained in:
parent
36fb20719f
commit
78142d3f5e
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ public class SimpleDecoderOutputBuffer extends DecoderOutputBuffer {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Grows the buffer with to a new size.
|
* Grows the buffer to a new size.
|
||||||
*
|
*
|
||||||
* <p>Existing data is copied to the new buffer, and {@link ByteBuffer#position} is preserved.
|
* <p>Existing data is copied to the new buffer, and {@link ByteBuffer#position} is preserved.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue