ByteBufferInputStream: add missing @since 6.8

Change-Id: I80574a514ade608b87bed2dae79851e53a850c31
Signed-off-by: Thomas Wolf <twolf@apache.org>
This commit is contained in:
Thomas Wolf 2023-09-26 23:11:07 +02:00
parent cf9d054855
commit 39707c673a
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@
/**
* An {@link InputStream} backed by a {@link ByteBuffer}.
*
* @since 6.8
*/
public class ByteBufferInputStream extends InputStream {