diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/util/io/ByteBufferInputStream.java b/org.eclipse.jgit/src/org/eclipse/jgit/util/io/ByteBufferInputStream.java index 9c00329ba..804f7f860 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/util/io/ByteBufferInputStream.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/util/io/ByteBufferInputStream.java @@ -21,6 +21,8 @@ /** * An {@link InputStream} backed by a {@link ByteBuffer}. + * + * @since 6.8 */ public class ByteBufferInputStream extends InputStream {