This commit is contained in:
tonihei 2023-10-31 12:32:28 +00:00
parent 36fb20719f
commit 78142d3f5e

View File

@ -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.
* *